Is there a way of converting a basket to an order without taking payment for testing purposes?
I need to check various properties on a "your orders" page as well as throughout the checkout process and it would be a lot simpler and quicker not to have to use the actual payment process.
You can call CommerceLibrary:Checkout() or do a simple custom payment method service, which executes the checkout pipeline for you. We use the latter for our own store.
Testing the checkout process without payment
Is there a way of converting a basket to an order without taking payment for testing purposes?
I need to check various properties on a "your orders" page as well as throughout the checkout process and it would be a lot simpler and quicker not to have to use the actual payment process.
Thanks,
Matt
You can call CommerceLibrary:Checkout() or do a simple custom payment method service, which executes the checkout pipeline for you. We use the latter for our own store.
Thanks.
EDIT: Sorry clicked the wrong solved tick
is working on a reply...