Skip to content

Commit

Permalink
PLGCSCS-143: Release of 1.6.2 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-MultiSafepay authored Mar 17, 2023
1 parent 748086c commit c7b4b6e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.6.2
Release date - Mar 17th, 2023

### Changed
+ PLGCSCS-141: Switch method to format the price by currency, over the order total, within the order request

***

## 1.6.1
Release date - Dec 22nd, 2022

Expand Down
2 changes: 1 addition & 1 deletion src/app/payments/multisafepay.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
$msp->transaction['items'] = $cart_items;
$msp->transaction['gateway'] = getGateway($processor_data['processor_params']['gateway']);
$msp->plugin_name = 'CS-Cart 4.x';
$msp->version = '1.6.1';
$msp->version = '1.6.2';
$msp->plugin['shop'] = 'CS-Cart';
$msp->plugin['shop_version'] = PRODUCT_VERSION;
$msp->plugin['plugin_version'] = '1.6.1';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function fn_multisafepay_set_fastcheckout($payment_id, $order_id = 0, $order_inf
$msp->transaction['description'] = 'Order #' . $msp->transaction['id'];
$msp->transaction['items'] = $cart_items;
$msp->plugin_name = 'CS-Cart 4.x';
$msp->version = '1.6.1';
$msp->version = '1.6.2';
$msp->plugin['shop'] = 'CS-Cart';
$msp->plugin['shop_version'] = PRODUCT_VERSION;
$msp->plugin['plugin_version'] = '1.6.1';
Expand Down

0 comments on commit c7b4b6e

Please sign in to comment.