mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 05:23:58 +00:00
E-Invoice - Sin Yee request for einvoice postcode need to able to input starting with 0, e.g. 02600
This commit is contained in:
@@ -20,7 +20,7 @@ class AddressEInvoiceResource extends JsonResource
|
||||
'street_two' => $this->street_two,
|
||||
'district' => $this->district,
|
||||
'state' => $this->state,
|
||||
'post_code' => (int) $this->postcode,
|
||||
'post_code' => (string) $this->postcode,
|
||||
'country' => $this->country,
|
||||
'billing' => (int) $this->billing
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user