Umbraco Commerce Custom Shipping and Payment Providers Issues

I have a custom payment provider and a shipping provider
They do not do anything fancy, just additional fields, and logic is outside the provider.
I’ve got 2 issues.

1- I’ve configured a localization file, and I can see it’s working on locally, but I deployed the code to an azure web app, now I cannot see the localizations again. This applies to both shipping and payment providers

2- I add values, save the custom provider. The values disappears again, it dooesn’t persist. This also applies to both providers.

Anyone experiences this on 17? I’m on the latest version for both Umbraco and Umbraco Commerce.

@mattbrailsford :eyes:

Hi @busrasengul

Do you see any errors in the logs or the browser when saving changes to the payment or shipping provider? Also, can you see any values being persisted to the umbracoCommercePaymentMethodPaymentProviderSetting or umbracoCommerceShippingMethodShippingProviderSetting tables in the database?

Have you got any of the official payment or shipping providers installed that you can try to see if they save and persist? That may narrow the issue down to your payment and shipping provider rather than being an Umbraco Commerce or deployment issue.

Just some thoughts to help…

Hey @justin-nevitech

There’s no errors on console or on logs.

I can see the values are in the DB too. So it’s not persisting, it’s the retrieving doesn’t work to display.

I don’t have official providers but I’ll double check them now.

Well, I’ve added an official payment provider, the settings and the values there are displayed. :confused:

Hi @busrasengul

That’s narrowed it down to your providers then, so rules out a core UC issue.

Any thoughts @mattbrailsford ?

I realized I get this error on debug mode too, not sure if they’re related

image