Closed jeremywrowe closed 5 years ago
This adds a new method to environment complete_transaction. It's intended to be used to complete a transaction throughout the 3DS 2 lifecycle.
complete_transaction
Example usage:
purchase = environment.purchase_on_gateway(....) environment.complete_transaction(purchase.token)
This adds a new method to environment
complete_transaction
. It's intended to be used to complete a transaction throughout the 3DS 2 lifecycle.Example usage: