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 e6f9d80 commit f5db6a8Copy full SHA for f5db6a8
app/code/Magento/Braintree/Block/Payment.php
@@ -49,7 +49,7 @@ public function getPaymentConfig()
49
$config = $payment[$this->getCode()];
50
$config['code'] = $this->getCode();
51
$config['clientTokenUrl'] = $this->_urlBuilder->getUrl(
52
- ConfigProvider::CODE . '/payment/getClientToken',
+ 'braintree/payment/getClientToken',
53
['_secure' => true]
54
);
55
return json_encode($config, JSON_UNESCAPED_SLASHES);
0 commit comments