Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Sep 30, 2024
1 parent 3d22753 commit e66fdbd
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 @@ -122,7 +122,7 @@ public function startTransaction()

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


# Collect customer data
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 @@ -133,7 +133,7 @@
$_['text_suggestions_success_modal'] = 'Sent! Thank you for your contribution.';
$_['text_suggestions_fail_modal'] = 'E-mail could not be sent, please try again later.';

$version = '1.9.2';
$version = '1.9.3';
$_['version'] = $version;
$css = 'position: relative;top:0px;display: inline;left: 10px;';
$paynl_logo = '<a href="https://www.pay.nl" target="paynl"><img style="width: 30px;"
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 @@ -133,7 +133,7 @@
$_['text_suggestions_success_modal'] = 'Verstuurd! Bedankt voor het delen van jouw input.';
$_['text_suggestions_fail_modal'] = 'E-mail kon niet worden verzonden. Probeer het later opnieuw.';

$version = '1.9.2';
$version = '1.9.3';
$_['version'] = $version;
$css = 'position: relative;top:0px;display: inline;left: 10px;';
$paynl_logo = '<a href="https://www.pay.nl" target="paynl"><img style="width: 30px;"
Expand Down

0 comments on commit e66fdbd

Please sign in to comment.