restore composer.json, add mysqli extension
This commit is contained in:
13
resources/views/oncredit.blade.php
Executable file
13
resources/views/oncredit.blade.php
Executable file
@@ -0,0 +1,13 @@
|
||||
Loading...
|
||||
<form action="https://Quyoshli.apelsin.uz" method="POST" id="myForm">
|
||||
<input type="hidden" name="orderNumber" value="{{ $order->id }}">
|
||||
<input type="hidden" name="orderAmount" value="{{ $order->price_product * 100 }}">
|
||||
<input type="hidden" name="orderComment" value="Order number: {{ $order->id }}">
|
||||
<input type="submit" id="submitBtn" hidden value="click">
|
||||
</form>
|
||||
<script src="{{ asset('vendor/site/libs/jquery/jquery.min.js') }}"></script>
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$("#myForm").submit();
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user