shop:payment_information CMS action
Defined in |
/modules/shop/classes/shop_actions.php, lines 2357-2360 |
Author |
LemonStand eCommerce Inc. |
Base action for custom payment pages.
This action is similar to the shop:pay action, with only one difference.
The shop:pay action should be used for all standard payment methods which have a payment form.
The shop:payment_information action should be used for custom payment pages, for example for the
bank transfer payment method.
Generated PHP variable details
¶
order variable
An order object, loaded from the database.
This variable can be NULL of the order is not found.
¶
payment_method variable
A payment method, selected by the customer.
¶
payment_method_obj variable
Shop_PaymentType $payment_method_obj;
An instance of a specific payment type class, for example the Shop_PayPal_Pro_Payment.
|