REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.12 KB
Close
//proc/thread-self/root/home/byroehnu/easetack.com/resources/views/payment/razorpay.blade.php
Text
Base64
<form action="https://api.razorpay.com/v1/checkout/embedded" method="POST"> <input type="hidden" name="key_id" value={{ $razorpayKeyId }}> <input type="hidden" name="amount" value="{{ $paymentHistory->amount }}"> <input type="hidden" name="order_id" value="{{ $order_id }}"> <input type="hidden" name="name" value="{{ $paymentHistory->name }}"> <input type="hidden" name="description" value="Pay to {{ env('APP_NAME') }}"> <input type="hidden" name="prefill[name]" value="{{ $paymentHistory->name }}"> <input type="hidden" name="prefill[contact]" value="{{ $paymentHistory->mobile }}"> <input type="hidden" name="prefill[email]" value="{{ $paymentHistory->email }}"> <input type="hidden" name="callback_url" value="{{ route('payment.success', ['method' => 'razorpay', 'identifier' => $paymentHistory]) }}"> <input type="hidden" name="cancel_url" value="{{ route('payment.cancel', ['method' => 'razorpay', 'identifier' => $paymentHistory]) }}"> <button type="submit" id="submit_btn"></button> </form> <script> var submitBtn = document.getElementById("submit_btn"); submitBtn.click(); </script>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
razorpay.blade.php
1.12 KB
lrw-rw-rw-
2025-04-08 04:12:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).