mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
Map the "Pay Now Experience"
This commit is contained in:
parent
0cdb46dfa6
commit
a71f687bcf
1 changed files with 11 additions and 10 deletions
|
@ -30,16 +30,17 @@ class SettingsTabMapHelper {
|
||||||
*/
|
*/
|
||||||
public function map(): array {
|
public function map(): array {
|
||||||
return array(
|
return array(
|
||||||
'disable_cards' => 'disabled_cards',
|
'disable_cards' => 'disabled_cards',
|
||||||
'brand_name' => 'brand_name',
|
'brand_name' => 'brand_name',
|
||||||
'soft_descriptor' => 'soft_descriptor',
|
'soft_descriptor' => 'soft_descriptor',
|
||||||
'payee_preferred' => 'instant_payments_only',
|
'payee_preferred' => 'instant_payments_only',
|
||||||
'subtotal_mismatch_behavior' => 'subtotal_adjustment',
|
'subtotal_mismatch_behavior' => 'subtotal_adjustment',
|
||||||
'landing_page' => 'landing_page',
|
'landing_page' => 'landing_page',
|
||||||
'smart_button_language' => 'button_language',
|
'smart_button_language' => 'button_language',
|
||||||
'prefix' => 'invoice_prefix',
|
'prefix' => 'invoice_prefix',
|
||||||
'intent' => '',
|
'intent' => '',
|
||||||
'vault_enabled_dcc' => 'save_card_details',
|
'vault_enabled_dcc' => 'save_card_details',
|
||||||
|
'blocks_final_review_enabled' => 'enable_pay_now',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue