You are here

function pay::pay_form in Pay 6

Same name and namespace in other branches
  1. 7 includes/handlers/pay.inc \pay::pay_form()
2 calls to pay::pay_form()
pay_transaction::set_currency in includes/handlers/pay_transaction.inc
Set the transaction currency, based on available options for its pay_form.
pay_transaction::set_title in includes/handlers/pay_transaction.inc

File

includes/handlers/pay.inc, line 175
The base class for the Payment API.

Class

pay
@file The base class for the Payment API.

Code

function pay_form() {
  if ($this->pfid) {
    return pay_form_load($this->pfid);
  }
}