module Const BASE_URL_LIVE = 'https://api.globalpay.com.ng/api/v3/Payment' BASE_URL_STAGING = 'https://gpaygatewayapi.azurewebsites.net/api/v3/Payment' TOKEN_URL_LIVE ='https://auth.globalpay.com.ng/connect/token' TOKEN_URL_STAGING ='https://gpayauthorisation.azurewebsites.net/connect/token' end