PATH:
home
/
lab2454c
/
.trash
/
core
/
resources
/
views
/
templates
/
basic
/
user
/
payment
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>@lang('Deposit with Stripe')</title> <script src="https://js.stripe.com/v3/"></script> </head> <body> @php $publishable_key = $data->StripeJSAcc->publishable_key; $sessionId = $data->session->id; @endphp <script> "use strict"; var stripe = Stripe('{{$publishable_key}}'); stripe.redirectToCheckout({ sessionId: '{{$sessionId}}' }); </script> </body> </html>
[-] Razorpay.blade.php
[edit]
[-] StripeV3.blade.php
[edit]
[-] crypto.blade.php
[edit]
[+]
..
[-] redirect.blade.php
[edit]
[-] deposit.blade.php
[edit]
[-] Voguepay.blade.php
[edit]
[-] Stripe.blade.php
[edit]
[-] Flutterwave.blade.php
[edit]
[-] StripeJs.blade.php
[edit]
[-] Paystack.blade.php
[edit]
[-] preview.blade.php
[edit]