<?php
namespace App\Http\Middleware;
use App\Constants\PaymentGatewayConst;
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as Middleware;
class VerifyCsrfToken extends Middleware
{
/**
* The URIs that should be excluded from CSRF verification.
*
* @var array<int, string>
*/
protected $except = [
'user/username/check',
'user/check/email',
'user/add-money/success/response/' . PaymentGatewayConst::SSLCOMMERZ,
'user/add-money/cancel/response/' . PaymentGatewayConst::SSLCOMMERZ,
'user/add-money/success/response/' . PaymentGatewayConst::RAZORPAY,
'user/add-money/cancel/response/' . PaymentGatewayConst::RAZORPAY,
];
}
Save Cards
Simplify your payment experience by securely saving your card on our platform. After your initial transaction, you can choose to store your card details safely for future use. This feature eliminates the need to re-enter your payment information each time, making checkouts faster while keeping your data secure with advanced encryption and robust security measures.