Skip to content

Commit cc1e41f

Browse files
committed
Fix: syntax mistake in paypal pay now template
1 parent c7503ba commit cc1e41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Gateway/paypal_pay_now.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}).then(function() {
3838
location.href = RETURN_PAYMENT_URL;
3939
});
40-
}
40+
},
4141
4242
onError: function (err) {
4343
console.error(err);

0 commit comments

Comments
 (0)