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

[MCCY] Incorrect shipping amount conversion in the Woo FedEx Extension #10022

Closed
bborman22 opened this issue Dec 20, 2024 · 1 comment · Fixed by #9985
Closed

[MCCY] Incorrect shipping amount conversion in the Woo FedEx Extension #10022

bborman22 opened this issue Dec 20, 2024 · 1 comment · Fixed by #9985
Assignees
Labels
type: bug The issue is a confirmed bug.

Comments

@bborman22
Copy link
Contributor

Describe the bug

When adding a shippable product to the cart with the store currency set to USD, the shipping option FedEx Ground Home Delivery shows a cost of approximately $40. However, when the shopper switches the currency to JPY using the currency switcher, the same shipping option is displayed as 11,000 JPY. According to the WooPayments conversion rate (1 USD = 142 JPY), the correct converted amount should be approximately 5,680 JPY (~$40 USD), but the system is calculating it closer to 77 USD.

To Reproduce

Instructions to set up the extension: #3131

  1. Set the store currency to USD.
  2. Add a shippable product to the cart.
  3. Observe the FedEx Ground Home Delivery shipping cost in USD.
  4. Switch the store currency to JPY using the currency switcher.
  5. Observe the FedEx Ground Home Delivery shipping cost in JPY.

Screenshots

Screenshot 2024-09-11 at 16 58 18 Screenshot 2024-09-11 at 16 58 03 Screenshot 2024-09-11 at 16 57 44

Additional context

  • Destination address used: San Francisco, CA, 94110
  • Origin postcode: 34480
@bborman22 bborman22 added the type: bug The issue is a confirmed bug. label Dec 20, 2024
@bborman22
Copy link
Contributor Author

Closed by #9985

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug The issue is a confirmed bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants