You are here

function pay_method_direct::direct_request in Pay 7

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

This method will be called when the user needs to be sent to the gateway provider for processing. Override it to include valid request values.

1 call to pay_method_direct::direct_request()
pay_method_direct::form_submit in includes/handlers/pay_method_direct.inc

File

includes/handlers/pay_method_direct.inc, line 15
The base class for 'direct' payment activities, where payments are collected on third-party sites such as PayPal, and the responses are returned to Drupal on a URL callback.

Class

pay_method_direct
@file The base class for 'direct' payment activities, where payments are collected on third-party sites such as PayPal, and the responses are returned to Drupal on a URL callback.

Code

function direct_request() {
}