add comment for QR code

This commit is contained in:
cnohall 2024-09-04 13:44:39 +09:00
parent e220cb7a4e
commit 915bbd96f2

View File

@ -4,6 +4,8 @@
<div class="alert alert-failure mb-4" hidden id="errors"></div> <div class="alert alert-failure mb-4" hidden id="errors"></div>
@include('portal.ninja2020.gateways.includes.payment_details') @include('portal.ninja2020.gateways.includes.payment_details')
<div>this is where the blockonomics QR code goes, or if needed we can redirect them to an offsite url and handle the payment there </div>
<form action="{{ route('client.payments.response') }}" method="post" id="server-response"> <form action="{{ route('client.payments.response') }}" method="post" id="server-response">
@csrf @csrf