Skip to content

Commit 5e720cc

Browse files
committed
Fixed Static Tests Issue
1 parent 452d3fc commit 5e720cc

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Paypal/view/frontend/web/js/in-context

1 file changed

+2
-2
lines changed

app/code/Magento/Paypal/view/frontend/web/js/in-context/paypal-sdk.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ define([
3232
/**
3333
* Add attributes under Paypal SDK Script tag
3434
*/
35-
onNodeCreated: function(node, config, name){
36-
if(config.attributes && config.attributes[name]){
35+
onNodeCreated: function (node, config, name) {
36+
if(config.attributes && config.attributes[name]) {
3737
$.each(dataAttributes, function (index, elem) {
3838
node.setAttribute(index, elem);
3939
});

0 commit comments

Comments
 (0)