Good spot. In v3 we did a lot of refactoring of the persistence layer and it looks like the delete logic for the shipping method allowed country must have been copied from the payment method code and the paymentMethodId reference wasn't updated to shippingMethodId
Shipping Method error
Hi,
I'm using Vendr 3.0.0-rc0050 locally. I can create shipping methods and assign countries ok.
However, if I untick a country and select save I'm getting the following error.
Thanks Stewart
Hi Stewart,
Good spot. In v3 we did a lot of refactoring of the persistence layer and it looks like the delete logic for the shipping method allowed country must have been copied from the payment method code and the
paymentMethodId
reference wasn't updated toshippingMethodId
I've pushed a fix to our unstable nuget feed if you want to try that, it should be available at https://nuget.outfield.digital/unstable/vendr/v3/index.json and you'll want the 3.0.2-beta0001 build.
Let me know if this fixes things for you.
Cheers
is working on a reply...