💡 Update a code comment

This commit is contained in:
Philipp Stracker 2025-02-14 13:14:18 +01:00
parent 68b924f4e3
commit 1d5ef6d58b
No known key found for this signature in database

View file

@ -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();