London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi,
I can confirm what you did is correct. "IsIgnoreProcessPayment" is a bad property name (wrong grammar) and it's been obsoleted by "PreventProcessPayment". They have same meaning.
However the old code is supposedly working. We'll see if it was a hidden issue.
Regards,
/Q
Hi,
I have upgraded from Commerce 8.16.1 to 9.20 and have in that process encountered a problem with a workflow.
I have earlier ignored the payment process using the following code:
This used to work and skipped the payment process.
After the upgrade this does not longer seem to work. After some debugging I found that the following code worked for me:
Originally I followed this blog post:
http://vu3lo.tumblr.com/post/128295808606/episerver-commerce-cartcheckout-workflow-with
Does anyone know how to do this, and is able to confirm what I did is correct?
Is there a better way of ignoring the payment process in the checkout workflow?
/Mads