We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da540e8 commit a9b69a7Copy full SHA for a9b69a7
app/code/Magento/Paypal/Model/SdkUrl.php
@@ -217,10 +217,8 @@ private function getAllowedFunding(): string
217
// If Pay Later is enabled, then only paylater parameter will go in enable-funding parameter list
218
if ($payLaterActive == false) {
219
unset($this->supportedPaymentMethods['paylater']);
220
- return implode(',', $this->supportedPaymentMethods);
221
- } else {
222
223
}
+ return implode(',', $this->supportedPaymentMethods);
224
225
226
/**
0 commit comments