We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa3fb6 commit f82a589Copy full SHA for f82a589
extensions/purolator/purplship/providers/purolator/rate.py
@@ -92,7 +92,7 @@ def _extract_rate(estimate_node: Element, settings: Settings) -> RateDetails:
92
duties_and_taxes=NF.decimal(sum(c.amount for c in duties_and_taxes)),
93
extra_charges=(duties_and_taxes + surcharges + option_charges),
94
meta=dict(
95
- service_name=(service.name or quote.service_name)
+ service_name=service.name_or_key
96
)
97
98
0 commit comments