I'm having problems with the Stripe payment provider. I can create an order when the country has the default payment provider of 'Invoice'. When I change it to Stripe, via the default for a country, I get the following exception (when I clear my cookies to force a new order creation).
I've looked in Github, without any success. My guess would be that the order supplied as an argument is null, but the question then is why?.
I've deleted the payment provider and recreated it. I believe the important setting fields are populated. Can you please advise how I should continue with my investigations? Do I need to start debugging the payment provider itself?
Null reference creating an order
I'm having problems with the Stripe payment provider. I can create an order when the country has the default payment provider of 'Invoice'. When I change it to Stripe, via the default for a country, I get the following exception (when I clear my cookies to force a new order creation).
I've looked in Github, without any success. My guess would be that the order supplied as an argument is null, but the question then is why?.
I've deleted the payment provider and recreated it. I believe the important setting fields are populated. Can you please advise how I should continue with my investigations? Do I need to start debugging the payment provider itself?
Hi David,
This was reporting by someone else over slack a day or two ago. We'll be looking to get an update released by the end of the week.
In the meantime, if it's holding you back, you can install the latest 1.4.3-beta build from our unstable nuget feed at https://nuget.outfield.digital/unstable/vendr/v3/index.json
Matt
Nice. Cracking service. Cheers.
is working on a reply...