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.
2 parents 69babf6 + c5144b0 commit 2f8d769Copy full SHA for 2f8d769
app/code/Magento/Paypal/view/frontend/web/js/in-context/paypal-sdk.js
@@ -33,7 +33,7 @@ define([
33
* Add attributes under Paypal SDK Script tag
34
*/
35
onNodeCreated: function (node, config, name) {
36
- if(config.attributes && config.attributes[name]) {
+ if (config.attributes && config.attributes[name]) {
37
$.each(dataAttributes, function (index, elem) {
38
node.setAttribute(index, elem);
39
});
0 commit comments