diff --git a/vendor/azpay/sdk-php-7/src/gateway/API/Acquirers.php b/vendor/azpay/sdk-php-7/src/gateway/API/Acquirers.php index 1c86899..89d693f 100644 --- a/vendor/azpay/sdk-php-7/src/gateway/API/Acquirers.php +++ b/vendor/azpay/sdk-php-7/src/gateway/API/Acquirers.php @@ -36,5 +36,6 @@ abstract class Acquirers const WORLDPAY = 31; const GRANITO = 32; const AZPAY = 33; + const ZOOP = 34; -} \ No newline at end of file +}