Skip to content

Commit 2f8d769

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

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)