card page
This commit is contained in:
@@ -195,12 +195,13 @@
|
||||
<ion-row *ngIf="card_level==400">
|
||||
<ion-grid>
|
||||
<ion-row>
|
||||
<ion-col>
|
||||
<ion-input
|
||||
(ionChange)="veriyEntry()"
|
||||
type="text"
|
||||
placeholder="Card Holder"
|
||||
></ion-input>
|
||||
<ion-col style="font-size: 16px; font-weight: bolder; padding: 5px">
|
||||
<!-- <ion-input-->
|
||||
<!-- (ionChange)="veriyEntry()"-->
|
||||
<!-- type="text"-->
|
||||
<!-- placeholder="Card Holder"-->
|
||||
<!-- ></ion-input>-->
|
||||
{{card_name}}
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
|
||||
|
||||
@@ -39,6 +39,7 @@ export class AddcreditPage implements OnInit {
|
||||
|
||||
card_count: number = 0;
|
||||
max_card:number = 0;
|
||||
card_name:string='';
|
||||
|
||||
publicKey = "FLWPUBK_TEST-XXXXXXXXX";
|
||||
|
||||
@@ -86,6 +87,7 @@ export class AddcreditPage implements OnInit {
|
||||
this.monthsData = this.sessionDataProviderService.getMonths();
|
||||
this.cardExpirationYears = this.sessionDataProviderService.getCardExpirationYears();
|
||||
this.max_card = this.sessionDataProviderService.max_card;
|
||||
this.card_name = this.sessionDataProviderService.firstname + ' ' + this.sessionDataProviderService.lastname;
|
||||
|
||||
if (this.walletData != undefined) {
|
||||
this.curr_balance = this.walletData.amount * 0.01;
|
||||
|
||||
Reference in New Issue
Block a user