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 4b9913f commit 7507dceCopy full SHA for 7507dce
app/code/Magento/Paypal/Model/AbstractConfig.php
@@ -293,7 +293,7 @@ public function isMethodActive($method)
293
case Config::METHOD_WPS_BML:
294
case Config::METHOD_WPP_BML:
295
$disabledFunding = $this->_scopeConfig->getValue(
296
- 'payment/paypal_express/disable_funding_options',
+ 'paypal/style/disable_funding_options',
297
ScopeInterface::SCOPE_STORE,
298
$this->_storeId
299
);
0 commit comments