D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
kader-lms.com
/
config
/
Filename :
paymentGateway.php
back
Copy
<?php return [ 'Xendit'=>App\PaymentGateway\XenditPayment::class, 'PayPal'=>App\PaymentGateway\PaypalPayment::class, 'Stripe'=>App\PaymentGateway\StripePayment::class, 'Paystack'=>App\PaymentGateway\PaystackPayment::class, 'RazorPay'=>App\PaymentGateway\RazorPayPayment::class, 'MercadoPago'=>App\PaymentGateway\MercadoPagoPayment::class, 'CcAveune'=>App\PaymentGateway\CcAveunePayment::class, 'PhonePe'=>App\PaymentGateway\PhonePay::class, ];