We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8104eee commit fe09b64Copy full SHA for fe09b64
Test/End-2-end/cypress/e2e/magento/applepay.cy.js
@@ -8,7 +8,7 @@ describe('Apple Pay', () => {
8
cy.request('/.well-known/apple-developer-merchantid-domain-association')
9
.then((response) => {
10
expect(response.body).to.satisfy(body => body.startsWith('7B2270737'));
11
- expect(response.body.trim()).to.satisfy(body => body.endsWith('837303533303738636562626638326462306561376633303030303030303030303030227D'));
+ expect(response.body.trim()).to.satisfy(body => body.endsWith('265373839353336646432646335323937366561613237663939333566386330353164393963303030303030303030303030227D'));
12
});
13
14
0 commit comments