diff --git a/upload/Pay/Controller/Payment.php b/upload/Pay/Controller/Payment.php index 6438414..6a3b95b 100755 --- a/upload/Pay/Controller/Payment.php +++ b/upload/Pay/Controller/Payment.php @@ -163,7 +163,8 @@ public function startTransaction() 'company' => array( 'name' => $order_info['payment_company'], 'cocNumber' => (!empty($_POST['coc'])) ? $_POST['coc'] : null, - 'vatNumber' => (!empty($_POST['vat'])) ? $_POST['vat'] : null + 'vatNumber' => (!empty($_POST['vat'])) ? $_POST['vat'] : null, + 'countryCode' => $order_info['payment_iso_code_2'], ), 'dob' => !empty($dob) ? str_replace("/", "-", $dob) : null, );