PluginProbe
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler / 1.6.6
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler v1.6.6
1.6.6 1.6.5 1.6.4 1.6.3 1.6.2 1.6.1 1.6.0 1.5.4 1.5.5 1.5.3 1.5.2 1.5.1 1.5.0 1.4.2 1.4.1 1.4.0 1.3.28 1.3.27 1.3.26 1.3.25 1.3.23 1.3.22 1.3.21 1.3.20 1.3.19 All 49 releases
← All changes | app/Hooks/Handlers/AddonGatewaysHandler.php +2 -0 1.3.28 → 1.6.6 View file →
@@ -7,8 +7,9 @@
7 7 use FluentCart\App\Modules\PaymentMethods\PromoGateways\Addons\RazorpayAddon;
8 8 use FluentCart\App\Modules\PaymentMethods\PromoGateways\Addons\MercadoPagoAddon;
9 9 use FluentCart\App\Modules\PaymentMethods\PromoGateways\Addons\FlutterwaveAddon;
10 10 use FluentCart\App\Modules\PaymentMethods\PromoGateways\Addons\SquareAddon;
11 +use FluentCart\App\Modules\PaymentMethods\PromoGateways\Addons\SslcommerzAddon;
11 12
12 13 class AddonGatewaysHandler
13 14 {
14 15 /**
@@ -20,8 +21,9 @@
20 21 'razorpay' => RazorpayAddon::class,
21 22 'mercado_pago' => MercadoPagoAddon::class,
22 23 'flutterwave' => FlutterwaveAddon::class,
23 24 'square' => SquareAddon::class,
25 + 'sslcommerz' => SslcommerzAddon::class,
24 26 ];
25 27
26 28 public function register()
27 29 {