Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respect maximum order amount when adding the PMME to the page #9459

Open
cesarcosta99 opened this issue Sep 18, 2024 · 0 comments
Open

Respect maximum order amount when adding the PMME to the page #9459

cesarcosta99 opened this issue Sep 18, 2024 · 0 comments
Labels
focus: checkout payments priority: high The issue/PR is high priority—it affects lots of customers substantially, but not critically. type: bug The issue is a confirmed bug.

Comments

@cesarcosta99
Copy link
Contributor

Describe the bug

Originally reported here. Similar to #9244, the container with ID payment-method-message is still added to the page and contains an empty Stripe iframe when a maximum order amount is hit. The skeleton loader appears too, but no PMME is displayed when loading is finished. The result is a loader that appears to load nothing and finally a dead space.

To Reproduce

  1. As a merchant, enable all BNPL payment methods.
  2. Set your currency to USD.
  3. Create a product that is more than $1,000,000.00.
  4. As a shopper, navigate to the product and see the dead space created by the PMME component.

Actual behavior

Dead space in the product page when all BNPL payment methods are active, currency is USD and the product is more than $1,000,000.

Screenshots

Screen Shot 2024-09-10 at 11 15 21 AM

Expected behavior

No skeleton loading or dead space is observed when the aforementioned criteria match.

Additional context

p1726566945164299-slack-CGGCLBN58

@cesarcosta99 cesarcosta99 added type: bug The issue is a confirmed bug. focus: checkout payments labels Sep 18, 2024
@pierorocca pierorocca added the priority: high The issue/PR is high priority—it affects lots of customers substantially, but not critically. label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
focus: checkout payments priority: high The issue/PR is high priority—it affects lots of customers substantially, but not critically. type: bug The issue is a confirmed bug.
Projects
None yet
Development

No branches or pull requests

2 participants