Skip to content

Commit

Permalink
Prefix delivery location with country code in Mondial Relay Dual (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
circunspecter authored Mar 22, 2024
1 parent bcad935 commit 1445c2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def delivery_mode
if collection_point
{
mode: '24R',
location: collection_point.point_id
location: "#{receiver.country.upcase}-#{collection_point.point_id}"
}
else
home_delivery_mode = MondialRelayDual.config("countries.#{receiver.country.downcase}.home_delivery_mode") || 'HOM'
Expand Down

0 comments on commit 1445c2a

Please sign in to comment.