function pay_method_gateway::refund_action in Pay 7
Same name and namespace in other branches
- 6 includes/handlers/pay_method_gateway.inc \pay_method_gateway::refund_action()
Refund a transaction.
File
- includes/
handlers/ pay_method_gateway.inc, line 88 - The base class for credit card payment activities.
Class
- pay_method_gateway
- @file The base class for credit card payment activities.
Code
function refund_action() {
}