UNPKG

321 BJavaScriptView Raw
1"use strict";
2
3exports.DEFAULT_ENDPOINT = "http://localhost:9000";
4exports.ENV_KEY_ENDPOINT = "GPAY_ENDPOINT";
5exports.ENV_KEY_APP_ID = "GPAY_APP_ID";
6exports.ENV_KEY_SECRET = "GPAY_SECRET";
7exports.POLLING_TIMEOUT = 600000; // 10 minutes
8exports.POLLING_INTERVAL = 1000; // 1 second
9//# sourceMappingURL=constants.js.map
\No newline at end of file