Plugin Directory

Changeset 3258143


Ignore:
Timestamp:
03/19/2025 03:13:57 AM (13 months ago)
Author:
mustangpay
Message:

Update API constants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mustangpay/trunk/src/MustangpayApiConstantsV1.php

    r3258140 r3258143  
    1212    const BASE_URL = 'https://openapi.mustangpay.co.za';
    1313    //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';
    1516
    1617    // Merchant details
    17     const MERCHANT_ID = '4449999220';
     18    const MERCHANT_ID = '';
    1819    const MERCHANT_RETURN_URL = self::BASE_URL . '/interface/ykMerApi/merchantReturnUrl';
    1920    const PRE_CREATE_URL = self::BASE_URL . '/openApi/merchant_direct/cashier/preorder';
Note: See TracChangeset for help on using the changeset viewer.