Skip to content

Commit

Permalink
Updated version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Aug 3, 2022
1 parent af0f3c6 commit adc95f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion upload/Pay/Controller/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function startTransaction()

$apiStart->setDescription($description);
$apiStart->setExtra1($order_info['order_id']);
$apiStart->setObject('opencart3 1.4.0');
$apiStart->setObject('opencart3 1.5.0');


// Klantdata verzamelen en meesturen
Expand Down
2 changes: 1 addition & 1 deletion upload/admin/language/en-gb/extension/payment/paynl3.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

$_['text_extension'] = 'PAY.';

$version = '1.4.0';
$version = '1.5.0';
$css = 'position: relative;top:0px;display: inline;left: 10px;';
$paynl_logo = '<a href="https://www.pay.nl" target="paynl"><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 upload/admin/language/nl-nl/extension/payment/paynl3.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

$_['text_extension'] = 'PAY.';

$version = '1.4.0';
$version = '1.5.0';
$css = 'position: relative;top:0px;display: inline;left: 10px;';
$paynl_logo = '<a href="https://www.pay.nl" target="paynl"><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 adc95f1

Please sign in to comment.