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