mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Send payee_preferred
This commit is contained in:
parent
c9bf899b75
commit
249439d327
3 changed files with 43 additions and 13 deletions
|
@ -73,6 +73,7 @@ class ApplicationContextRepositoryTest extends TestCase
|
|||
'container' => [
|
||||
'brand_name' => 'Acme corp.',
|
||||
'landing_page' => ApplicationContext::LANDING_PAGE_BILLING,
|
||||
'payee_preferred' => '',
|
||||
],
|
||||
'user_locale' => 'de_DE',
|
||||
'shippingPreference' => ApplicationContext::SHIPPING_PREFERENCE_NO_SHIPPING,
|
||||
|
@ -81,6 +82,7 @@ class ApplicationContextRepositoryTest extends TestCase
|
|||
'brand_name' => 'Acme corp.',
|
||||
'landing_page' => ApplicationContext::LANDING_PAGE_BILLING,
|
||||
'shipping_preference' => ApplicationContext::SHIPPING_PREFERENCE_NO_SHIPPING,
|
||||
'payment_method_preference' => ApplicationContext::PAYMENT_METHOD_UNRESTRICTED,
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue