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