commerce icon indicating copy to clipboard operation
commerce copied to clipboard

Allow gateway transactions to voided

Open lukeholder opened this issue 5 years ago • 1 comments

Start of voiding transactions with payment gateways.

  • Added a Gateway::supportsVoid() and Gateway::void() to Gateway interface and base abstract class.
  • Implemented support to the Dummy gateway

TODO

  • [ ] Figure out how to add a void window setting to gateways that support it.
  • [ ] Test voiding with a real gateway that supports it.

lukeholder avatar Jul 20 '20 13:07 lukeholder

Wanted to restart the conversation about adding this feature. Would be really great to be able to void transactions and have a record of it in Commerce. Is this still a possibility?

jmauzyk avatar May 18 '23 18:05 jmauzyk