Skip to content

Commit

Permalink
Update OmiseApiResource.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pusitw committed Dec 11, 2024
1 parent fd4d143 commit 69fffd0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/omise/res/OmiseApiResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

define('OMISE_PHP_LIB_VERSION', '2.18.0');
define('OMISE_API_URL', getenv('API_URL') ?: 'https://api.omise.co/');
define('OMISE_VAULT_URL', getenv('VUALT_URL') ?: 'https://vault.omise.co/');
echo OMISE_API_URL;
echo OMISE_VAULT_URL;
define('OMISE_VAULT_URL', getenv('VAULT_URL') ?: 'https://vault.omise.co/');

#[\AllowDynamicProperties]
class OmiseApiResource extends OmiseObject
Expand Down

0 comments on commit 69fffd0

Please sign in to comment.