Skip to content

Commit c5144b0

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ define([
3333
* Add attributes under Paypal SDK Script tag
3434
*/
3535
onNodeCreated: function (node, config, name) {
36-
if(config.attributes && config.attributes[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)