UNPKG

1.27 kBSource Map (JSON)View Raw
1{"version":3,"sources":["../../src/providers/G2aBillingProvider.js"],"names":["productionQuoteUrl","sandboxQuoteUrl","productionRedirectUrl","sandboxRedirectUrl","productionTransactionDataUrl","sandboxTransactionDataUrl","G2aBillingProvider","BillingProvider"],"mappings":";;;;;;;;;;;;;;;;;AAAA;;;;;;AAEA,IAAMA,kBAAkB,GAAG,gDAA3B;AACA,IAAMC,eAAe,GAAG,qDAAxB;AAEA,IAAMC,qBAAqB,GAAG,mDAA9B;AACA,IAAMC,kBAAkB,GAAG,wDAA3B;AAEA,IAAMC,4BAA4B,GAAG,wCAArC;AACA,IAAMC,yBAAyB,GAAG,iDAAlC,C,CAEA;;IAEqBC,kB;;;;;;;;;;;EAA2BC,4B","sourcesContent":["import BillingProvider from './BillingProvider';\n\nconst productionQuoteUrl = 'https://checkout.pay.g2a.com/index/createQuote';\nconst sandboxQuoteUrl = 'https://checkout.test.pay.g2a.com/index/createQuote';\n\nconst productionRedirectUrl = 'https://checkout.pay.g2a.com/index/gateway?token=';\nconst sandboxRedirectUrl = 'https://checkout.test.pay.g2a.com/index/gateway?token=';\n\nconst productionTransactionDataUrl = 'https://pay.g2a.com/rest/transactions/';\nconst sandboxTransactionDataUrl = 'https://www.test.pay.g2a.com/rest/transactions/';\n\n// We have realization of this billing provider, just text us https://t.me/lskjs\n\nexport default class G2aBillingProvider extends BillingProvider {}\n"],"file":"G2aBillingProvider.js"}
\No newline at end of file