Changeset 3258143
- Timestamp:
- 03/19/2025 03:13:57 AM (13 months ago)
- File:
-
- 1 edited
-
mustangpay/trunk/src/MustangpayApiConstantsV1.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mustangpay/trunk/src/MustangpayApiConstantsV1.php
r3258140 r3258143 12 12 const BASE_URL = 'https://openapi.mustangpay.co.za'; 13 13 //The address is the official testing environment access request address for mustangpay 14 const TEST_BASE_URL = 'https://openapi-dev.mstpay-inc.com'; 14 // https://openapi-dev.mstpay-inc.com; 15 const TEST_BASE_URL = 'https://openapi.mustangpay.co.za'; 15 16 16 17 // Merchant details 17 const MERCHANT_ID = ' 4449999220';18 const MERCHANT_ID = ''; 18 19 const MERCHANT_RETURN_URL = self::BASE_URL . '/interface/ykMerApi/merchantReturnUrl'; 19 20 const PRE_CREATE_URL = self::BASE_URL . '/openApi/merchant_direct/cashier/preorder';
Note: See TracChangeset
for help on using the changeset viewer.