Skip to content

Commit 7aa2264

Browse files
authored
Merge pull request #13 from ndeet/fix-form
Fix admin form
2 parents 9677c82 + f47aacc commit 7aa2264

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

admin/view/template/payment/btcpay.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<div class="card">
4141
<div class="card-header"><i class="fas fa-pencil-alt"></i> {{ text_edit }}</div>
4242
<div class="card-body">
43-
<form action="{{ save }}" method="post" enctype="multipart/form-data" id="form_payment" data-oc-toggle="ajax">
43+
<form action="{{ save }}" method="post" id="form_payment" data-oc-toggle="ajax">
4444

4545
<div class="row mb-3">
4646
<label class="col-sm-2 col-form-label" for="input-status">{{ entry_status }}</label>

install.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "BTCPay Server payment gateway",
3-
"version": "4.1.0",
3+
"version": "4.2.1",
44
"license": "MIT",
55
"author": "BTCPay Server",
66
"link": "https://btcpayserver.org"

system/library/btcpay/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
define('BTCPAY_OPENCART_EXTENSION_VERSION', '4.1.0');
3+
define('BTCPAY_OPENCART_EXTENSION_VERSION', '4.2.1');

0 commit comments

Comments
 (0)