Skip to content

Commit

Permalink
Bump version to 1.4.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonny authored and mikededecker1 committed Jan 16, 2020
1 parent 677b57a commit 213e405
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/payments/multisafepay.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,10 @@
$msp->transaction['items'] = $cart_items;
$msp->transaction['gateway'] = getGateway($processor_data['processor_params']['gateway']);
$msp->plugin_name = 'CS-Cart 4.x';
$msp->version = '1.3.0';
$msp->version = '1.4.0-RC1';
$msp->plugin['shop'] = 'CS-Cart';
$msp->plugin['shop_version'] = PRODUCT_VERSION;
$msp->plugin['plugin_version'] = '1.3.0';
$msp->plugin['plugin_version'] = '1.4.0-RC1';
$msp->plugin['partner'] = '';
$msp->plugin['shop_root_url'] = Registry::get('config.current_location');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ 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.3.0';
$msp->version = '1.4.0-RC1';

$msp->plugin['shop'] = 'CS-Cart';
$msp->plugin['shop_version'] = PRODUCT_VERSION;
$msp->plugin['plugin_version'] = '1.3.0';
$msp->plugin['plugin_version'] = '1.4.0-RC1';
$msp->plugin['partner'] = '';
$msp->plugin['shop_root_url'] = Registry::get('config.current_location');

Expand Down

0 comments on commit 213e405

Please sign in to comment.