Skip to content

Commit

Permalink
Updated Apple Pay ceritifacte
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed May 14, 2024
1 parent 8104eee commit fe09b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/End-2-end/cypress/e2e/magento/applepay.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('Apple Pay', () => {
cy.request('/.well-known/apple-developer-merchantid-domain-association')
.then((response) => {
expect(response.body).to.satisfy(body => body.startsWith('7B2270737'));
expect(response.body.trim()).to.satisfy(body => body.endsWith('837303533303738636562626638326462306561376633303030303030303030303030227D'));
expect(response.body.trim()).to.satisfy(body => body.endsWith('265373839353336646432646335323937366561613237663939333566386330353164393963303030303030303030303030227D'));
});
});
});

0 comments on commit fe09b64

Please sign in to comment.