Skip to content

Commit

Permalink
use pp 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avsh committed Nov 1, 2017
1 parent 425d1b8 commit 2550a98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.xml
@@ -1,6 +1,6 @@
<modification>
<name>beGateway payment module</name>
<version>3.0.0</version>
<version>3.0.1</version>
<author>beGateway</author>
<code>begateway</code>
</modification>
Binary file modified opencart-3-begateway-payment-module.ocmod.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion upload/catalog/controller/extension/payment/begateway.php
Expand Up @@ -40,7 +40,6 @@ public function generateToken(){
}

$order_array = array ( 'currency'=> $order_info['currency_code'],
'version' => '2.1',
'amount' => $orderAmount,
'description' => $this->language->get('text_order'). ' ' .$order_info['order_id'],
'tracking_id' => $order_info['order_id']);
Expand Down Expand Up @@ -82,6 +81,7 @@ public function generateToken(){
}

$checkout_array = array(
'version' => '2.1',
'transaction_type' => $transaction_type,
'settings' =>$setting_array,
'order' => $order_array,
Expand Down

0 comments on commit 2550a98

Please sign in to comment.