Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Dec 18, 2024
1 parent a0573d2 commit f496d97
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.10.0');
$apiStart->setObject('opencart3 1.11.0');


# 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 @@ -138,7 +138,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.10.0';
$version = '1.11.0';
$_['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 @@ -139,7 +139,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.10.0';
$version = '1.11.0';
$_['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 f496d97

Please sign in to comment.