Skip to content

Commit 8bd4e74

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Copyright © 2016 Magento. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
5+
56
/*jshint browser:true jquery:true*/
67
/*global alert*/
78
define([
@@ -34,5 +35,5 @@ define([
3435
}
3536

3637
paymentData['extension_attributes']['agreement_ids'] = agreementIds;
37-
}
38+
};
3839
});

0 commit comments

Comments
 (0)