Skip to content

Commit c08dc8b

Browse files
committed
Removed hardcoded country for debugging
1 parent 027091a commit c08dc8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/Settings/Configuration/PayPalSdkConfiguration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ private function getPageName(): string
400400
*/
401401
private function getCountryIsoCode(): string
402402
{
403-
return 'FR';
404403
$code = '';
405404

406405
if (\Validate::isLoadedObject($this->context->getCountry())) {

0 commit comments

Comments
 (0)