Skip to content

Commit

Permalink
Typo Sagepay_server
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 committed Dec 19, 2023
1 parent d7f848b commit 21ad6b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function send() {

$payment_data['ReferrerID'] = 'E511AF91-E4A0-42DE-80B0-09C981A3FB61';
$payment_data['Vendor'] = $this->config->get('sagepay_server_vendor');
$payment_data['VendorTxCode'] = $this->session->data['order_id'] . 'T' . date("YmdHis") . mt_rand(1, 999)
$payment_data['VendorTxCode'] = $this->session->data['order_id'] . 'T' . date("YmdHis") . mt_rand(1, 999);
$payment_data['Amount'] = $this->currency->format($order_info['total'], $order_info['currency_code'], false, false);
$payment_data['Currency'] = $this->session->data['currency'];
$payment_data['Description'] = substr($this->config->get('config_name'), 0, 100);
Expand Down

0 comments on commit 21ad6b6

Please sign in to comment.