Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
Erik S.Erik S.Reviewer
AlexAlexChange Log Group
FixedChange Log Message
Currency selection on Front-End with Site Domain support now works again.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
2h 7m loggedStory Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Erik S.
Erik S.Reviewer
Alex
AlexChange Log Group
Fixed
Change Log Message
Currency selection on Front-End with Site Domain support now works again.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
2h 7m logged
Story Points
1
Fix versions
Created July 4, 2024 at 2:29 PM
Updated December 29, 2024 at 11:25 PM
Resolved October 20, 2024 at 6:43 PM
In the "\CurrenciesEventHandler::OnChangeCurrency" method:
resolve given "$currency_iso" (ISO 3 code) into its ID
when ID wasn't found OR currency isn't enabled OR ("$available_currencies" are specified and that ID isn't among them), then exit from the method
P.S.
Test plan must cover all added and existing code.