File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ private function getClientId()
175
175
*
176
176
* @return string
177
177
*/
178
- private function getBuyerCountry (): string
178
+ private function getBuyerCountry (): ? string
179
179
{
180
180
return (int )$ this ->config ->getValue ('sandbox_flag ' ) ? $ this ->config ->getValue ('buyer_country ' ) : '' ;
181
181
}
Original file line number Diff line number Diff line change 31
31
<field id =" api_cert" extends =" payment_all_paypal/express_checkout/express_checkout_required/express_checkout_required_express_checkout/api_cert" />
32
32
<field id =" api_wizard" extends =" payment_all_paypal/express_checkout/express_checkout_required/express_checkout_required_express_checkout/api_wizard" />
33
33
<field id =" sandbox_flag" extends =" payment_all_paypal/express_checkout/express_checkout_required/express_checkout_required_express_checkout/sandbox_flag" />
34
+ <field id =" buyer_country" extends =" payment_all_paypal/express_checkout/express_checkout_required/express_checkout_required_express_checkout/buyer_country" />
34
35
<field id =" use_proxy" extends =" payment_all_paypal/express_checkout/express_checkout_required/express_checkout_required_express_checkout/use_proxy" />
35
36
<field id =" proxy_host" extends =" payment_all_paypal/express_checkout/express_checkout_required/express_checkout_required_express_checkout/proxy_host" />
36
37
<field id =" proxy_port" extends =" payment_all_paypal/express_checkout/express_checkout_required/express_checkout_required_express_checkout/proxy_port" />
You can’t perform that action at this time.
0 commit comments