From abb80f99575e2e935d7e89c16a8b6602901c8472 Mon Sep 17 00:00:00 2001 From: Philipp Stracker Date: Mon, 3 Feb 2025 14:22:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Rename=20incorrect=20settings=20?= =?UTF-8?q?mapping?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/ppcp-compat/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-compat/services.php b/modules/ppcp-compat/services.php index 91370dff0..65ee1e3d8 100644 --- a/modules/ppcp-compat/services.php +++ b/modules/ppcp-compat/services.php @@ -141,7 +141,7 @@ return array( 'merchant_id' => 'merchant_id', 'client_id' => 'client_id', 'client_secret' => 'client_secret', - 'is_sandbox' => 'sandbox_merchant', + 'sandbox_on' => 'sandbox_merchant', 'live_client_id' => 'client_id', 'live_client_secret' => 'client_secret', 'live_merchant_id' => 'merchant_id',