Skip to content

Commit

Permalink
Merge pull request #13 from ndeet/fix-form
Browse files Browse the repository at this point in the history
Fix admin form
  • Loading branch information
ndeet authored Sep 25, 2023
2 parents 9677c82 + f47aacc commit 7aa2264
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/view/template/payment/btcpay.twig
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div class="card">
<div class="card-header"><i class="fas fa-pencil-alt"></i> {{ text_edit }}</div>
<div class="card-body">
<form action="{{ save }}" method="post" enctype="multipart/form-data" id="form_payment" data-oc-toggle="ajax">
<form action="{{ save }}" method="post" id="form_payment" data-oc-toggle="ajax">

<div class="row mb-3">
<label class="col-sm-2 col-form-label" for="input-status">{{ entry_status }}</label>
Expand Down
2 changes: 1 addition & 1 deletion install.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BTCPay Server payment gateway",
"version": "4.1.0",
"version": "4.2.1",
"license": "MIT",
"author": "BTCPay Server",
"link": "https://btcpayserver.org"
Expand Down
2 changes: 1 addition & 1 deletion system/library/btcpay/version.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php

define('BTCPAY_OPENCART_EXTENSION_VERSION', '4.1.0');
define('BTCPAY_OPENCART_EXTENSION_VERSION', '4.2.1');

0 comments on commit 7aa2264

Please sign in to comment.