UNPKG
voko-sdk
Version:
latest (0.0.2)
0.0.2
0.0.1
Process payments with ease
github.com/erickweyunga/voko-sdk
erickweyunga/voko-sdk
voko-sdk
/
dist
/
adapters
/
zenopay
/
zenopay.config.d.ts
19 lines
(18 loc)
•
375 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export declare const ZENOPAY_CONFIG: { sandbox: { baseUrl: string; endpoints: { payment: string; status: string; webhook: string; }; }; production: { baseUrl: string; endpoints: { payment: string; status: string; webhook: string; }; }; };