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

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Mar 7, 2023
1 parent d507f0f commit 80f6e1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pay/Controller/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function startTransaction()
}
$apiStart->setDescription($order_info['order_id']);
$apiStart->setExtra1($order_info['order_id']);
$apiStart->setObject('opencart2pre23 1.4.6');
$apiStart->setObject('opencart2pre23 1.5.0');


// Klantdata verzamelen en meesturen
Expand Down
2 changes: 1 addition & 1 deletion admin/language/dutch/payment/paynl3.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$_['button_save'] = 'Opslaan';
$_['button_cancel'] = 'Annuleren';

$version = '1.4.6';
$version = '1.5.0';
$css = 'position: relative;top:0px;display: inline;left: 10px;';
$url = '<a href="https://www.pay.nl" target="_blank"><img style="width: 30px;" src="view/image/payment/main_pay_logo.png" alt="PAY." title="PAY."/></a>' .
'<div style="' . $css . '">Version: ' . $version . '</div>';
Expand Down
2 changes: 1 addition & 1 deletion admin/language/english/payment/paynl3.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$_['button_save'] = 'Save';
$_['button_cancel'] = 'Cancel';

$version = '1.4.6';
$version = '1.5.0';
$css = 'position: relative;top:0px;display: inline;left: 10px;';
$url = '<a href="https://www.pay.nl" target="_blank"><img style="width: 30px;" src="view/image/payment/main_pay_logo.png" alt="PAY." title="PAY."/></a>' .
'<div style="' . $css . '">Version: ' . $version . '</div>';
Expand Down

0 comments on commit 80f6e1b

Please sign in to comment.