2023-01-30 09:23:49 +01:00
|
|
|
<div class="container p-0 l-pos-wrapper my-0 mx-auto">
|
2020-09-21 14:06:31 +08:00
|
|
|
<div class="py-5 px-3">
|
2023-07-22 14:15:41 +02:00
|
|
|
<form method="post" asp-action="ViewPointOfSale" asp-route-appId="@Model.AppId" asp-antiforgery="false">
|
2020-09-21 14:06:31 +08:00
|
|
|
<div class="input-group">
|
2021-05-19 04:39:27 +02:00
|
|
|
<span class="input-group-text">@Model.CurrencySymbol</span>
|
2024-10-25 15:48:53 +02:00
|
|
|
<input class="form-control" type="number" step="@Model.Step" name="amount" placeholder="@StringLocalizer["Amount"]">
|
2024-10-17 15:51:40 +02:00
|
|
|
<button class="btn btn-primary" type="submit" text-translate="true">Pay</button>
|
2020-09-21 14:06:31 +08:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|