diff --git a/src/app/business/business.component.ts b/src/app/business/business.component.ts index a56629b..065de65 100644 --- a/src/app/business/business.component.ts +++ b/src/app/business/business.component.ts @@ -282,9 +282,9 @@ export class BusinessComponent implements OnInit { this.vE.businessContactFnamelbl = response.data.business_contact_fnamelbl; this.vE.businessContactFnholder = response.data.business_contact_fnholder; this.vE.businessContactLnamelbl = response.data.business_contact_lnamelbl; - this.vE.businessBizAddresslbl = response.data.bussiness_biz_addresslbl; - this.vE.businessBizAddressholder = response.data.bussiness_biz_addressholder; - this.vE.businessBizCitylbl = response.data.bussiness_biz_citylbl; + this.vE.businessBizAddresslbl = response.data.business_biz_addresslbl; + this.vE.businessBizAddressholder = response.data.business_biz_addressholder; + this.vE.businessBizCitylbl = response.data.business_biz_citylbl; this.vE.businessBizCityholder = response.data.business_biz_cityholder; this.vE.businessBizStatelbl = response.data.business_biz_statelbl; this.vE.businessBizStateholder = response.data.business_biz_stateholder;