themeum / tutor

A complete WordPress LMS plugin to create any e-learning website easily.
https://tutorlms.com
GNU General Public License v3.0
80 stars 63 forks source link

Payment Gateway Integration, Checkout & Billing Templates Refactored #995

Closed shewa12 closed 2 months ago

shewa12 commented 2 months ago

ecommerce/PaymentGateways/Stripe Ignore checking Payment Hub dir

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 );