You are here

function pay_method_gateway::gateway_request in Pay 7

Same name and namespace in other branches
  1. 6 includes/handlers/pay_method_gateway.inc \pay_method_gateway::gateway_request()

The request data that will be sent to your gatway provider.

Returning NULL prevents anything from executing. Subclasses are responsible for returning responsible request data.

1 call to pay_method_gateway::gateway_request()
pay_method_gateway::execute in includes/handlers/pay_method_gateway.inc

File

includes/handlers/pay_method_gateway.inc, line 113
The base class for credit card payment activities.

Class

pay_method_gateway
@file The base class for credit card payment activities.

Code

function gateway_request() {
}