Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have followed the instructions to integrate with a payment provider here: http://www.publicvoid.dk/IntegratingUCommerceWithAPaymentProvider.aspx
However, my AcquirePayment() method never gets called! What's it take to get that method to execute??
You need to enable auto capture and cancel.
Edit the pipeline configs called ToCompletedOrder.config and ToCancelled.config.
You'll find that the Acquire- and Cancel tasks are commented out (for backwards compatibility). Just remove the comment and you're good to go.
Pipelines are found in /umbraco/ucommerce/pipelines.
Hope this helps.
thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
AcquirePayment() never gets called
I have followed the instructions to integrate with a payment provider here: http://www.publicvoid.dk/IntegratingUCommerceWithAPaymentProvider.aspx
However, my AcquirePayment() method never gets called! What's it take to get that method to execute??
You need to enable auto capture and cancel.
Edit the pipeline configs called ToCompletedOrder.config and ToCancelled.config.
You'll find that the Acquire- and Cancel tasks are commented out (for backwards compatibility). Just remove the comment and you're good to go.
Pipelines are found in /umbraco/ucommerce/pipelines.
Hope this helps.
thanks
is working on a reply...