diff --git a/src/app/modal/consult-billing/consult-billing.page.html b/src/app/modal/consult-billing/consult-billing.page.html index dbb1fd4..96d4525 100644 --- a/src/app/modal/consult-billing/consult-billing.page.html +++ b/src/app/modal/consult-billing/consult-billing.page.html @@ -22,20 +22,12 @@ Consult Price - - #0.00 - Free - + + #{{type.price}} - {{type.description}} + - - #1000.00 - Basic Review - - - - - #5000.00 - Comprehensive Review - - + diff --git a/src/app/modal/consult-billing/consult-billing.page.ts b/src/app/modal/consult-billing/consult-billing.page.ts index e45ee32..0743f7f 100644 --- a/src/app/modal/consult-billing/consult-billing.page.ts +++ b/src/app/modal/consult-billing/consult-billing.page.ts @@ -46,7 +46,7 @@ export class ConsultBillingPage implements OnInit { }; try { - this.mermsServiceProviderService.genericGetService('provider/recentencounter', this.currentProviderData).subscribe(priceData => { + this.mermsServiceProviderService.genericGetService('provider/providerprice', this.currentProviderData).subscribe(priceData => { console.log("card data result 22k: ", priceData[0]['payload']); this.priceData = priceData[0]['payload']; if (priceData.hasOwnProperty('payload') && Array.isArray(priceData['payload'])) {