CS
This commit is contained in:
parent
343bd39c20
commit
781f0c10d7
@ -1,5 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
class PaymentModule extends PaymentModuleCore {
|
class PaymentModule extends PaymentModuleCore
|
||||||
|
{
|
||||||
public function validateOrder($id_cart, $id_order_state, $amountPaid, $paymentMethod = 'Unknown', $message = NULL, $extraVars = array(), $currency_special = NULL, $dont_touch_amount = false, $secure_key = false)
|
public function validateOrder($id_cart, $id_order_state, $amountPaid, $paymentMethod = 'Unknown', $message = NULL, $extraVars = array(), $currency_special = NULL, $dont_touch_amount = false, $secure_key = false)
|
||||||
{
|
{
|
||||||
global $cart;
|
global $cart;
|
||||||
@ -544,4 +545,4 @@
|
|||||||
{
|
{
|
||||||
return AddressFormat::generateAddress($the_address, array('avoid' => array()), $line_sep, ' ', $fields_style);
|
return AddressFormat::generateAddress($the_address, array('avoid' => array()), $line_sep, ' ', $fields_style);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user