Skip to content

Commit 69babf6

Browse files
committed
Merge remote-tracking branch 'origin/AC-1228' into gl_pr_paypal_nov11_2021
2 parents bc9ee96 + 5e720cc commit 69babf6

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)