We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433605b commit 33167daCopy full SHA for 33167da
src/env.js
@@ -1,3 +1,5 @@
1
import { Environment } from "./consts"
2
3
export const environment = Environment[(process.env.PAYU_ENVIRONMENT ? process.env.PAYU_ENVIRONMENT : 'sandbox').toUpperCase()]
4
+
5
+console.log('test')
0 commit comments