Question about Payment.Capture()
Posted: Mon Sep 13, 2010 6:55 am
Intellisense is showing the Payment.Capture() method as having 4 parameters. I use it in some server-side automation like this:
My question is, the third parameter is a true/false called "Async".
What does 'Async' mean? Is it a flag to say whether the program code will wait until the capture is fully complete?
Code: Select all
_Payment.Capture(_Order.TotalCharges, True, False, "127.0.0.1")
What does 'Async' mean? Is it a flag to say whether the program code will wait until the capture is fully complete?