latest
This commit is contained in:
@@ -40,6 +40,7 @@ export class MyAccountComponent implements OnInit {
|
||||
},
|
||||
error=>{
|
||||
this.loggedIn=false;
|
||||
this.loginError=true;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@@ -151,6 +151,8 @@ export class MyProfileComponent implements OnInit {
|
||||
onUpdatePayment(payment:UserPayment) {
|
||||
this.userPayment = payment;
|
||||
this.userBilling = payment.userBilling;
|
||||
this.selectedBillingTab = 1;
|
||||
|
||||
}
|
||||
|
||||
onRemovePayment(id:number) {
|
||||
|
||||
Reference in New Issue
Block a user