Closed shewa12 closed 2 months ago
ecommerce/PaymentGateways/Stripe Ignore checking Payment Hub dir
ecommerce/PaymentGateways/Stripe
Payment gateway object creation way
$stripe = Tutor\Ecommerce::get_payment_gateway_object( StripeGateway::class );
To redirect user to the payment gateway
$stripe->setup_payment_and_redirect( $payment_data );
ecommerce/PaymentGateways/Stripe
Ignore checking Payment Hub dirPayment gateway object creation way
To redirect user to the payment gateway