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',