# hyperpay-gateways/trunk/src/Settings.php

HyperPay Payments, version trunk. 16 lines.

- Page: https://pluginprobe.com/plugins/hyperpay-gateways/trunk/code/src/Settings.php
- Raw: https://pluginprobe.com/plugins/hyperpay-gateways/trunk/raw/src/Settings.php
- Modified: 2026-08-13T16:22:30+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/hyperpay-gateways/trunk/code/src/Settings.php#L10-L20`.

```php
<?php
return [
	\Hyperpay\Gateways\Brands\Mada::class,
	\Hyperpay\Gateways\Brands\CreditCard::class,
	\Hyperpay\Gateways\Brands\STCPay::class,
	\Hyperpay\Gateways\Brands\ApplePay::class,
	\Hyperpay\Gateways\Brands\Tabby::class,
	\Hyperpay\Gateways\Brands\Tamara::class,
	\Hyperpay\Gateways\Brands\UrPay::class,
	\Hyperpay\Gateways\Brands\Cliq::class,
	\Hyperpay\Gateways\Brands\Valu::class,
	\Hyperpay\Gateways\Brands\GooglePay::class,
    \Hyperpay\Gateways\Brands\Aani::class,
    \Hyperpay\Gateways\Brands\Jaywan::class
];

```
