Storybooks for commit f1711c74bd3c469e9e757a167843a4e4b22ae794

Date
4/15/2026, 5:55:10 PM UTC
Summary
feat(payments-next): [PayPal] Do not restrict payments with mismatched currency + billing countries Because:
Description
* On PayPal, there are some inconsistencies noted by QA where at times (PAY-3481) invoices are unable to be processed due to a mismatch of currency + billing country, where others (PAY-3486) are successful in the same endeavor, with different countries and currencies at play.

This commit:

* Does not block in cases of mismatch for supported markets & currencies.

Closes #[PAY-3587](https://mozilla-hub.atlassian.net/browse/PAY-3587)