Skip to content

Commit 87c69a1

Browse files
committed
MC-19224: PayPal Express Checkout Payflow Edition don't work (Internal Error)
1 parent 49fb28b commit 87c69a1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/action/set-payment-information-extended.test.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ define([
5252
}
5353
});
5454

55-
describe('Magento/Checkout/frontend/js/action/set-payment-information-extended', function () {
55+
describe('Magento/Checkout/js/action/set-payment-information-extended', function () {
5656
it('Checks that paymentData consist correct data value.', function () {
5757
var messageContainer = jasmine.createSpy('messageContainer'),
5858
deferral = new $.Deferred(),
@@ -63,13 +63,12 @@ define([
6363
title: true
6464
}
6565
},
66-
formattedData = {
67-
method: 'checkmo',
68-
additionalData: null
69-
},
7066
payload = {
7167
cartId: 1,
72-
paymentMethod: formattedData,
68+
paymentMethod: {
69+
method: 'checkmo',
70+
additionalData: null
71+
},
7372
billingAddress: null
7473
};
7574

0 commit comments

Comments
 (0)