mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
🐛 Rename incorrect settings mapping
This commit is contained in:
parent
1c70334721
commit
abb80f9957
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue