Skip to content

Commit

Permalink
Update Region.php
Browse files Browse the repository at this point in the history
include APSE constant in region
  • Loading branch information
seahshaocheng committed Dec 5, 2024
1 parent 30bdd98 commit eb1b6ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Adyen/Region.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ class Region
self::EU => Client::ENDPOINT_TERMINAL_CLOUD_LIVE,
self::US => Client::ENDPOINT_TERMINAL_CLOUD_US_LIVE,
self::AU => Client::ENDPOINT_TERMINAL_CLOUD_AU_LIVE,
self::APSE => Client::ENDPOINT_TERMINAL_CLOUD_APSE_LIVE,
];
}

0 comments on commit eb1b6ab

Please sign in to comment.