Skip to content

Commit c7ddeae

Browse files
committed
MAGETWO-53403: Terms and conditions agreement causes fatal error during checkout with PayPal Payments Pro method
1 parent a896758 commit c7ddeae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CheckoutAgreements/view/frontend/web/js/model/agreements-assigner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ define([
3030
});
3131

3232
if (paymentData['extension_attributes'] === undefined) {
33-
paymentData['extension_attributes'] = {}
33+
paymentData['extension_attributes'] = {};
3434
}
3535

3636
paymentData['extension_attributes']['agreement_ids'] = agreementIds;

0 commit comments

Comments
 (0)