Skip to content

Commit 079abc6

Browse files
committed
Add non-delivery-handling to customs XML for INT.IP services
1 parent 0afd0de commit 079abc6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

resolution-frontend/src/lib/server/canada-post.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ export function buildCreateShipmentXml(params: {
169169
<currency>CAD</currency>
170170
<reason-for-export>SOG</reason-for-export>
171171
<other-reason>Merchandise</other-reason>
172+
<non-delivery-handling>RASE</non-delivery-handling>
172173
<sku-list>${skuLines}</sku-list>
173174
</customs>`;
174175
}

0 commit comments

Comments
 (0)