Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Jul 20, 2023
1 parent 6b4a15d commit f723cab
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 @@ -118,7 +118,7 @@ public function startTransaction()

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


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

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

$version = '1.7.0';
$version = '1.7.1';
$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 @@ -95,7 +95,7 @@

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

$version = '1.7.0';
$version = '1.7.1';
$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 f723cab

Please sign in to comment.