|
@@ -77,7 +77,8 @@
|
|
|
@if(count($customer->paymentMethods))
|
|
|
<div moe relative class="mt-3 text-left ml-2">
|
|
|
<a href="#" start show class="btn btn-sm btn-primary text-white font-weight-bold py-2">Pay <b>${{$invoice->balance}}</b> from your credit card</a>
|
|
|
- <form url="/api/financialTransaction/createForInvoice">
|
|
|
+ {{-- /api/financialTransaction/createForInvoice --}}
|
|
|
+ <form url="/api/financialTransaction/createForInvoiceViaAuthorize">
|
|
|
<p class="mb-2 text-left">Pay Invoice</p>
|
|
|
<input type="hidden" name="invoiceUid" value="{{$invoice->uid}}">
|
|
|
<input type="hidden" name="amount" value="{{$invoice->balance}}">
|