| 1 |
<?php |
| 2 |
return [ |
| 3 |
\Hyperpay\Gateways\Brands\Mada::class, |
| 4 |
\Hyperpay\Gateways\Brands\CreditCard::class, |
| 5 |
\Hyperpay\Gateways\Brands\STCPay::class, |
| 6 |
\Hyperpay\Gateways\Brands\ApplePay::class, |
| 7 |
\Hyperpay\Gateways\Brands\Tabby::class, |
| 8 |
\Hyperpay\Gateways\Brands\Tamara::class, |
| 9 |
\Hyperpay\Gateways\Brands\UrPay::class, |
| 10 |
\Hyperpay\Gateways\Brands\Cliq::class, |
| 11 |
\Hyperpay\Gateways\Brands\Valu::class, |
| 12 |
\Hyperpay\Gateways\Brands\GooglePay::class, |
| 13 |
\Hyperpay\Gateways\Brands\Aani::class, |
| 14 |
\Hyperpay\Gateways\Brands\Jaywan::class |
| 15 |
]; |
| 16 |
|