UNPKG
medapay
Version:
latest (1.0.0)
1.0.0
MedaPay API wrapper
github.com/360ground/medapay-node
360ground/medapay-node
medapay
/
src
/
constants.ts
5 lines
(4 loc)
•
131 B
text/typescript
View Raw
1
2
3
4
5
export
const
endpoints = { sandbox:
"https://api.sandbox.pay.meda.chat/v1"
, production:
"https://api.pay.meda.chat/v1"
, };