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

HyperPay Payments, version 5.3.0. 11 lines.

- Page: https://pluginprobe.com/plugins/hyperpay-gateways/5.3.0/code/src/Settings.php
- Raw: https://pluginprobe.com/plugins/hyperpay-gateways/5.3.0/raw/src/Settings.php
- Modified: 2025-07-08T12:24:22+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/5.3.0/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,
];
```
