|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| $paypal_ipn_sort_order_array | |
| $selected_status = (isset($_GET['payment_status']) ? $_GET['payment_status'] : '') | |
| $payment_statuses = array() | |
| $payment_status_trans = $db->Execute("select payment_status_name as payment_status from " . TABLE_PAYPAL_PAYMENT_STATUS ) | |
| while (!$payment_status_trans->EOF) | |
| $ipn_trans = $db->Execute($ipn_query_raw) | |
| $ipn_trans = $db->Execute($ipn_query_raw) |
Definition at line 143 of file paypal.php.
| $payment_status_trans = $db->Execute("select payment_status_name as payment_status from " . TABLE_PAYPAL_PAYMENT_STATUS ) |
Definition at line 58 of file paypal.php.
| $payment_statuses = array() |
Definition at line 57 of file paypal.php.
| $paypal_ipn_sort_order_array |
array(array('id' => '0', 'text' => TEXT_SORT_PAYPAL_ID_DESC), array('id' => '1', 'text' => TEXT_SORT_PAYPAL_ID), array('id' => '2', 'text' => TEXT_SORT_ZEN_ORDER_ID_DESC), array('id' => '3', 'text'=> TEXT_SORT_ZEN_ORDER_ID), array('id' => '4', 'text'=> TEXT_PAYMENT_AMOUNT_DESC), array('id' => '5', 'text'=> TEXT_PAYMENT_AMOUNT) )
Definition at line 13 of file paypal.php.
| $selected_status = (isset($_GET['payment_status']) ? $_GET['payment_status'] : '') |
Definition at line 53 of file paypal.php.
| while(!$payment_status_trans->EOF) |
Definition at line 59 of file paypal.php.