Module: AituWallet

Defined in:
lib/aitu_wallet/client.rb,
lib/aitu_wallet/version.rb

Defined Under Namespace

Classes: Client

Constant Summary collapse

DEV_BASE_URL =
'https://dev.wallet-web-api.aitupay.kz/api/v1/facade'
PROD_BASE_URL =
'https://wallet-web-api.aitupay.kz/api/v1/facade'
BASE_URL =
ENV['WALLET_DEV'] ? DEV_BASE_URL : PROD_BASE_URL
DEBUG_ON =
ENV['WALLET_DEBUG']
ENDPOINTS =
{
  user: 'integration/user',
  passport: 'passport/',
  service: 'ems/service'
}
VERSION =
'0.0.18'