Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Apr 13, 2021
1 parent f2a9578 commit 926fa93
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 @@ -79,7 +79,7 @@ public function startTransaction()
}
$apiStart->setDescription($order_info['order_id']);
$apiStart->setExtra1($order_info['order_id']);
$apiStart->setObject('opencart3 1.2.7');
$apiStart->setObject('opencart3 1.2.8');


// 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 @@ -41,7 +41,7 @@

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

$version = '1.2.7';
$version = '1.2.8';
$css = 'position: relative;top:0px;display: inline;left: 10px;';
$paynl_logo = '<a href="https://www.pay.nl" target="paynl"><img src="https://static.pay.nl/generic/images/50x50/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 @@ -41,7 +41,7 @@

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

$version = '1.2.7';
$version = '1.2.8';
$css = 'position: relative;top:0px;display: inline;left: 10px;';
$paynl_logo = '<a href="https://www.pay.nl" target="paynl"><img src="https://static.pay.nl/generic/images/50x50/logo.png" alt="PAY." title="PAY." /></a>' .
'<div style="' . $css . '">Version: ' . $version . '</div>';;
Expand Down

0 comments on commit 926fa93

Please sign in to comment.