fix: working copy, caching ASP, notworking orders though
This commit is contained in:
parent
dc5d204cfc
commit
390ad23e03
32 changed files with 246 additions and 194 deletions
|
@ -30,6 +30,5 @@
|
|||
<hr/>
|
||||
<div id="summary-total">Total: €0.00</div>
|
||||
</div>
|
||||
<button id="order-button" class="button" disabled=true>Order</button>
|
||||
|
||||
<button id="order-button" class="button" disabled="true" data-token="{{ Auth::user()->createToken('order-token', ['*'], now()->addMinutes(15))->plainTextToken }}">Order</button>
|
||||
@endsection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue