@akinon/pz-tabby-extension 1.59.0-rc.1 → 1.59.0-rc.3
Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -97,7 +97,7 @@ export const TabbyPaymentGateway = async ({
|
|
97
97
|
shipping_address: {
|
98
98
|
city: order_history.shipping_address.city.name,
|
99
99
|
address: order_history.shipping_address.line,
|
100
|
-
zip: order_history.shipping_address.postcode
|
100
|
+
zip: order_history.shipping_address.postcode ?? '0'
|
101
101
|
},
|
102
102
|
order_items: groupByProductId(order_history.orderitem_set)
|
103
103
|
}))
|