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

Fix the "0.00" amount in Google Pay for virtual products (3696) #2636

Open
wants to merge 4 commits into
base: trunk
Choose a base branch
from

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    368ad49 View commit details
    Browse the repository at this point in the history
  2. 🐛 Fix the 0-amount bug

    When shipping is disabled, the shippingFee is `undefined` which also resulted in the amount to become `NaN`
    stracker-phil committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    643a23c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. 🎨 Code style changes & cleanup

    - Remove unused imports
    - Use state instead of global window-variable (continuationFilled)
    - Apply codestyle rules (spaces, change one let to const)
    stracker-phil committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5891d80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c852bc9 View commit details
    Browse the repository at this point in the history