mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Map the merchant_email
This commit is contained in:
parent
07eb55eac8
commit
6ca5425aa7
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ class GeneralSettingsMapHelper {
|
|||
'live_client_secret' => 'client_secret',
|
||||
'live_merchant_id' => 'merchant_id',
|
||||
'live_merchant_email' => 'merchant_email',
|
||||
'merchant_email' => 'merchant_email',
|
||||
'sandbox_client_id' => 'client_id',
|
||||
'sandbox_client_secret' => 'client_secret',
|
||||
'sandbox_merchant_id' => 'merchant_id',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue