mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 15:44:26 +01:00
update tt
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<PropertyGroup>
|
||||
<Product>TicketTailor</Product>
|
||||
<Description>Allows you to integrate with TicketTailor.com to sell tickets for Bitcoin</Description>
|
||||
<Version>1.0.12</Version>
|
||||
<Version>1.0.13</Version>
|
||||
</PropertyGroup>
|
||||
<!-- Plugin development properties -->
|
||||
<PropertyGroup>
|
||||
|
||||
@@ -209,7 +209,7 @@ document.addEventListener("DOMContentLoaded", ()=>{
|
||||
{
|
||||
<div class="col-sm-12 col-md-8 text-center">
|
||||
<div class="form-floating">
|
||||
<input required type="text" asp-for="DiscountCode" class="form-control"/>
|
||||
<input type="text" asp-for="DiscountCode" class="form-control"/>
|
||||
<label asp-for="DiscountCode">Promo code</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user