PluginProbe
HyperPay Payments / trunk
HyperPay Payments vtrunk
6.6.0 trunk 1.7 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.1.0 2.2.0 2.3.0 2.3.1 2.3.2 2.3.3 3.0.0 3.0.5 4.0.0 4.0.2 All 34 releases
hyperpay-gateways / src / Settings.php

Settings.php in HyperPay Payments trunk, at src/Settings.php

16 lines 526 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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