E-Invoice - Fix minor problems discovered from Shipping Portal

This commit is contained in:
Dillon Ngo
2025-06-20 14:31:31 +08:00
parent fdfcf714e5
commit 51d9a785d7
4 changed files with 71 additions and 64 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class EInvoiceInfoResource extends JsonResource
'street_two' => $this->street_two,
'district' => $this->district,
'state' => $this->state,
'post_code' => $this->postcode,
'post_code' => (int) $this->postcode,
'country' => $this->country,
'billing' => (int) $this->billing,
'msic_code' => (int) $this->msic_code,