From ab8622e15dac73daff8f71c10a72febf288e4a4e Mon Sep 17 00:00:00 2001 From: Alan Woodman Date: Wed, 21 Jan 2026 16:20:12 +0800 Subject: [PATCH] Forgot to set Plutus to LIVE --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 260a7f7..cc21e6f 100644 --- a/config.py +++ b/config.py @@ -30,7 +30,7 @@ class Config: # Process live on Sandbox # False = Sandbox - Default - PROCESS_LIVE = False + PROCESS_LIVE = True # Mode: batch, payintent, payplan, refund MODE = 'payintent'