Skip to content

Commit

Permalink
Merge branch 'gitlab-v2.3-master' into v2.3-master
Browse files Browse the repository at this point in the history
  • Loading branch information
mason authored and mason committed Jun 7, 2022
2 parents 97ecf93 + 3242aee commit 7ac3c52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# About Paymentwall Opencart module

Paymentwall module for Opencart (v2.x) is a payment service for processing payments globally with over 120 payment methods worldwide: credit cards, bank transfers, prepaid cards, and mobile payments by SMS (direct carrier billing).
Paymentwall module for Opencart (v2.3.x.x) is a payment service for processing payments globally with over 120 payment methods worldwide: credit cards, bank transfers, prepaid cards, and mobile payments by SMS (direct carrier billing).


### Requirement
* **Opencart v2.x**
* **Opencart v2.3.x.x**
* PHP 5.2.16 or later

#Installation
Expand Down
2 changes: 1 addition & 1 deletion src/admin/view/template/extension/payment/brick.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="page-header">
<div class="container-fluid">
<div class="pull-right">
<button type="submit" form="form-cod" data-toggle="tooltip" title="<?php echo $button_save; ?>"
<button type="submit" form="form-brick" data-toggle="tooltip" title="<?php echo $button_save; ?>"
class="btn btn-primary"><i class="fa fa-save"></i></button>
<a href="<?php echo $cancel; ?>" data-toggle="tooltip" title="<?php echo $button_cancel; ?>"
class="btn btn-default"><i class="fa fa-reply"></i></a></div>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/view/template/extension/payment/paymentwall.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="page-header">
<div class="container-fluid">
<div class="pull-right">
<button type="submit" form="form-cod" data-toggle="tooltip" title="<?php echo $button_save; ?>"
<button type="submit" form="form-paymentwall" data-toggle="tooltip" title="<?php echo $button_save; ?>"
class="btn btn-primary"><i class="fa fa-save"></i></button>
<a href="<?php echo $cancel; ?>" data-toggle="tooltip" title="<?php echo $button_cancel; ?>"
class="btn btn-default"><i class="fa fa-reply"></i></a></div>
Expand Down

0 comments on commit 7ac3c52

Please sign in to comment.