Skip to content

Commit 8bb906d

Browse files
committed
fix(shiptheory): add customer email to the shipment
1 parent dea16dc commit 8bb906d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/functions/shiptheory/DataStore.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ class DataStore extends DataStoreBase {
137137
address_line_1: shipments[0].address1,
138138
city: shipments[0].city,
139139
country: shipments[0].country,
140+
email: transaction.customer_email,
140141
firstname: shipments[0].first_name,
141142
lastname: shipments[0].last_name,
142143
postcode: shipments[0].postal_code,

0 commit comments

Comments
 (0)