fix
This commit is contained in:
@@ -21,9 +21,8 @@
|
||||
<img src="./../../assets/imgs/avatar.svg">
|
||||
</ion-avatar>
|
||||
<ion-label>
|
||||
<h2>{{type.firstname}} {{type.lastname}}</h2>
|
||||
<h3>{{type.reason}}</h3>
|
||||
<p>{{type.appt}} {{type.gender}} , {{type.age}} yrs</p>
|
||||
<h3>{{type.pay_type}}-{{type.pay_date}}</h3>
|
||||
<p>{{type.currency}} {{type.amount}} , {{type.confirmation}}</p>
|
||||
</ion-label>
|
||||
</ion-item>
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ this.getPaymentData();
|
||||
};
|
||||
|
||||
try {
|
||||
this.mermsServiceProviderService.genericGetService('provider/recentencounter', this.currentProviderData).subscribe(paymentData => {
|
||||
this.mermsServiceProviderService.genericGetService('provider/recentpayments', this.currentProviderData).subscribe(paymentData => {
|
||||
console.log("card data result 22k: ", paymentData[0]['payload']);
|
||||
this.paymentData = paymentData[0]['payload'];
|
||||
if (paymentData.hasOwnProperty('payload') && Array.isArray(paymentData['payload'])) {
|
||||
|
||||
Reference in New Issue
Block a user