Skip to content

Commit fe09b64

Browse files
Updated Apple Pay ceritifacte
1 parent 8104eee commit fe09b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/End-2-end/cypress/e2e/magento/applepay.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe('Apple Pay', () => {
88
cy.request('/.well-known/apple-developer-merchantid-domain-association')
99
.then((response) => {
1010
expect(response.body).to.satisfy(body => body.startsWith('7B2270737'));
11-
expect(response.body.trim()).to.satisfy(body => body.endsWith('837303533303738636562626638326462306561376633303030303030303030303030227D'));
11+
expect(response.body.trim()).to.satisfy(body => body.endsWith('265373839353336646432646335323937366561613237663939333566386330353164393963303030303030303030303030227D'));
1212
});
1313
});
1414
});

0 commit comments

Comments
 (0)