Skip to content

Commit 6cc600e

Browse files
committed
fix
1 parent 2e7a14f commit 6cc600e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/processout/processout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface apiRequestOptions {
1717
*/
1818
module ProcessOut {
1919
export const DEBUG = false;
20-
export const TestModePrefix = "tssest-";
20+
export const TestModePrefix = "test-";
2121
/**
2222
* ProcessOut main class
2323
*/

0 commit comments

Comments
 (0)