We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4e6a1 commit 95a0427Copy full SHA for 95a0427
src/Constant.php
@@ -8,6 +8,8 @@ class Constant
8
public const URL_API_PRODUCTION = 'http://uatmerchant.nobubank.com:2104/';
9
public const URL_STATUS_DEVELOPMENT = 'http://uatmerchantnotif.nobubank.com/';
10
public const URL_STATUS_PRODUCTION = 'http://uatmerchantnotif.nobubank.com/';
11
+ public const URL_CANCEL_DEVELOPMENT = 'http://uatmerchant.nobubank.com:2101/';
12
+ public const URL_CANCEL_PRODUCTION = 'http://uatmerchant.nobubank.com:2101/';
13
14
public const MERGE = "merge";
15
0 commit comments