Skip to content

[releases/28.0] Shopify - Presentment currency - Shipping charges amount is still in the Store currency when Order created#7425

Open
onbuyuka wants to merge 1 commit intoreleases/28.0from
bugs/629292-backport
Open

[releases/28.0] Shopify - Presentment currency - Shipping charges amount is still in the Store currency when Order created#7425
onbuyuka wants to merge 1 commit intoreleases/28.0from
bugs/629292-backport

Conversation

@onbuyuka
Copy link
Copy Markdown
Contributor

@onbuyuka onbuyuka commented Mar 27, 2026

Summary

Backport of bug #625285 to releases/28.0.

Fixes AB#629292

Original PR(s): #7114

## Summary
- Shipping charges were always set to the store currency amount, even
when the shop's currency handling was set to presentment currency
- Root cause: two lines after the `case` statement in
`ShpfyProcessOrder.Codeunit.al` unconditionally overwrote the unit price
and discount with store currency values
- Fix: remove the duplicate lines so the `case` statement's presentment
currency branch takes effect

Fixes
[AB#625285](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/625285)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@onbuyuka onbuyuka requested a review from a team as a code owner March 27, 2026 11:50
@github-actions github-actions bot added the AL: Apps (W1) Add-on apps for W1 label Mar 27, 2026
@github-actions github-actions bot added this to the Version 28.0 milestone Mar 27, 2026
@onbuyuka onbuyuka enabled auto-merge (squash) March 27, 2026 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AL: Apps (W1) Add-on apps for W1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant