We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7a14f commit 6cc600eCopy full SHA for 6cc600e
1 file changed
src/processout/processout.ts
@@ -17,7 +17,7 @@ interface apiRequestOptions {
17
*/
18
module ProcessOut {
19
export const DEBUG = false;
20
- export const TestModePrefix = "tssest-";
+ export const TestModePrefix = "test-";
21
/**
22
* ProcessOut main class
23
0 commit comments