mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
💡 Update a code comment
This commit is contained in:
parent
68b924f4e3
commit
1d5ef6d58b
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ class SettingsModule implements ServiceModule, ExecutableModule {
|
|||
|
||||
$flags = new ConfigurationFlagsDTO();
|
||||
|
||||
// TODO: Dummy values, use real values!
|
||||
// TODO: Get the merchant country from PayPal here!
|
||||
$flags->country_code = 'US';
|
||||
$flags->is_business_seller = $general_settings->is_business_seller();
|
||||
$flags->use_card_payments = $onboarding_profile->get_accept_card_payments();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue