mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-25 07:24:21 +00:00
update: change to save default address based on company module id
This commit is contained in:
@@ -22,7 +22,7 @@ class AddressResource extends JsonResource
|
||||
'state' => $this->state,
|
||||
'post_code' => $this->postcode,
|
||||
'country' => $this->country,
|
||||
'billing' => (int) $this->billing
|
||||
'default' => (int) $this->default
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user