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?
Code: Select all
_Payment.Capture(_Order.TotalCharges, True, False, "127.0.0.1")
I believe yes.Is it a flag to say whether the program code will wait until the capture is fully complete?