@@ -15,8 +15,8 @@ discard block |
||
15 | 15 | class pagamastarde |
16 | 16 | { |
17 | 17 | /** |
18 | - * Constructor |
|
19 | - */ |
|
18 | + * Constructor |
|
19 | + */ |
|
20 | 20 | public function __construct() |
21 | 21 | { |
22 | 22 | global $order; |
@@ -47,8 +47,8 @@ discard block |
||
47 | 47 | |
48 | 48 | // class methods |
49 | 49 | /** |
50 | - * Calculate zone matches and flag settings to determine whether this module should display to customers or not |
|
51 | - */ |
|
50 | + * Calculate zone matches and flag settings to determine whether this module should display to customers or not |
|
51 | + */ |
|
52 | 52 | public function update_status() |
53 | 53 | { |
54 | 54 | global $order, $db; |
@@ -121,12 +121,12 @@ discard block |
||
121 | 121 | } |
122 | 122 | |
123 | 123 | /** |
124 | - * Build the data and actions to process when the "Submit" button is pressed on the order-confirmation screen. |
|
125 | - * This sends the data to the payment gateway for processing. |
|
126 | - * (These are hidden fields on the checkout confirmation page) |
|
127 | - * |
|
128 | - * @return string |
|
129 | - */ |
|
124 | + * Build the data and actions to process when the "Submit" button is pressed on the order-confirmation screen. |
|
125 | + * This sends the data to the payment gateway for processing. |
|
126 | + * (These are hidden fields on the checkout confirmation page) |
|
127 | + * |
|
128 | + * @return string |
|
129 | + */ |
|
130 | 130 | public function process_button() |
131 | 131 | { |
132 | 132 | global $order; |
@@ -350,10 +350,10 @@ discard block |
||
350 | 350 | } |
351 | 351 | |
352 | 352 | /** |
353 | - * Post-processing activities |
|
354 | - * |
|
355 | - * @return boolean |
|
356 | - */ |
|
353 | + * Post-processing activities |
|
354 | + * |
|
355 | + * @return boolean |
|
356 | + */ |
|
357 | 357 | public function after_process() |
358 | 358 | { |
359 | 359 | global $insert_id, $order, $currencies; |
@@ -460,22 +460,22 @@ discard block |
||
460 | 460 | } |
461 | 461 | |
462 | 462 | /** |
463 | - * Internal list of configuration keys used for configuration of the module |
|
464 | - * |
|
465 | - * @return array |
|
466 | - */ |
|
463 | + * Internal list of configuration keys used for configuration of the module |
|
464 | + * |
|
465 | + * @return array |
|
466 | + */ |
|
467 | 467 | public function keys() |
468 | 468 | { |
469 | 469 | return array('MODULE_PAYMENT_PAGAMASTARDE_STATUS', |
470 | - 'MODULE_PAYMENT_PAGAMASTARDE_TK', |
|
471 | - 'MODULE_PAYMENT_PAGAMASTARDE_TSK', |
|
472 | - 'MODULE_PAYMENT_PAGAMASTARDE_PK', |
|
473 | - 'MODULE_PAYMENT_PAGAMASTARDE_PSK', |
|
474 | - 'MODULE_PAYMENT_PAGAMASTARDE_DISCOUNT', |
|
475 | - 'MODULE_PAYMENT_PAGAMASTARDE_WIDGET', |
|
476 | - 'MODULE_PAYMENT_PAGAMASTARDE_TESTMODE', |
|
477 | - 'MODULE_PAYMENT_PAGAMASTARDE_SORT_ORDER', |
|
478 | - 'MODULE_PAYMENT_PAGAMASTARDE_ZONE', |
|
479 | - 'MODULE_PAYMENT_PAGAMASTARDE_ORDER_STATUS_ID'); |
|
470 | + 'MODULE_PAYMENT_PAGAMASTARDE_TK', |
|
471 | + 'MODULE_PAYMENT_PAGAMASTARDE_TSK', |
|
472 | + 'MODULE_PAYMENT_PAGAMASTARDE_PK', |
|
473 | + 'MODULE_PAYMENT_PAGAMASTARDE_PSK', |
|
474 | + 'MODULE_PAYMENT_PAGAMASTARDE_DISCOUNT', |
|
475 | + 'MODULE_PAYMENT_PAGAMASTARDE_WIDGET', |
|
476 | + 'MODULE_PAYMENT_PAGAMASTARDE_TESTMODE', |
|
477 | + 'MODULE_PAYMENT_PAGAMASTARDE_SORT_ORDER', |
|
478 | + 'MODULE_PAYMENT_PAGAMASTARDE_ZONE', |
|
479 | + 'MODULE_PAYMENT_PAGAMASTARDE_ORDER_STATUS_ID'); |
|
480 | 480 | } |
481 | 481 | } |