Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.

Commit 60b7103

Browse files
committed
Updated version to 3.6.0
1 parent b235b79 commit 60b7103

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Pay/Controller/Payment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function startTransaction() {
7777
$apiStart->setDescription($order_info['order_id']);
7878
$apiStart->setExtra1($order_info['order_id']);
7979
$phpVersion = substr(phpversion(), 0, 3);
80-
$apiStart->setObject(substr('opencart1 3.5.0 | ' . VERSION . ' | ' . $phpVersion, 0, 64));
80+
$apiStart->setObject(substr('opencart1 3.6.0 | ' . VERSION . ' | ' . $phpVersion, 0, 64));
8181

8282
// Klantdata verzamelen en meesturen
8383
$strAddress = $order_info['shipping_address_1'] . ' ' . $order_info['shipping_address_2'];

admin/language/dutch/payment/paynl3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$_['button_save'] = 'Opslaan';
55
$_['button_cancel'] = 'Annuleren';
66

7-
$version = '3.5.0';
7+
$version = '3.6.0';
88
$css = 'position: relative;top: -7px;display: inline;left: 10px;';
99
$url = '<a href="https://www.pay.nl" target="_blank"><img style="width: 25px;" src="view/image/payment/main_pay_logo.png" alt="PAY." title="PAY."/></a>' .
1010
'<div style="' . $css . '">Version: ' . $version . '</div>';

admin/language/english/payment/paynl3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$_['button_save'] = 'Save';
55
$_['button_cancel'] = 'Cancel';
66

7-
$version = '3.5.0';
7+
$version = '3.6.0';
88
$css = 'position: relative;top: -7px;display: inline;left: 10px;';
99
$url = '<a href="https://www.pay.nl" target="_blank"><img style="width: 25px;" src="view/image/payment/main_pay_logo.png" alt="PAY." title="PAY."/></a>' .
1010
'<div style="' . $css . '">Version: ' . $version . '</div>';

0 commit comments

Comments
 (0)