Refunds
The main method implemented by gateways are:
refund($options)
- refund an already processed transaction
If any gateway does not support certain features (such as refunds), it will throw BadMethodCallException
.
The main method implemented by gateways are:
refund($options)
- refund an already processed transactionIf any gateway does not support certain features (such as refunds), it will throw BadMethodCallException
.