| @@ -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 | { |