add credit
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
<div *ngIf="curr_page =='redeem_start'" >
|
||||
<ion-card>
|
||||
<ion-card-header>
|
||||
<ion-card-title>Redeem from {{currency_code}} Wallet</ion-card-title>
|
||||
<ion-card-title>Credit {{currency_code}} Wallet</ion-card-title>
|
||||
<!-- <ion-card-subtitle>Redeem from {{currency_code}} Wallet</ion-card-subtitle>-->
|
||||
</ion-card-header>
|
||||
|
||||
@@ -75,13 +75,13 @@
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
<ion-row>
|
||||
<ion-col>Recipient</ion-col>
|
||||
<ion-col>Payment</ion-col>
|
||||
</ion-row>
|
||||
<ion-row>
|
||||
<ion-col>
|
||||
<ion-select (ionChange)="checkSelectVal()" placeholder="Select Recipient" [(ngModel)]='recipient' size="block">
|
||||
<ion-select (ionChange)="checkSelectVal()" placeholder="Select Payment Card" [(ngModel)]='recipient' size="block">
|
||||
<!-- <ion-select-option value="" >Select Recipient</ion-select-option>-->
|
||||
<ion-select-option value="{{item.recipient_uid}}" *ngFor="let item of myRecipientsData">{{item.recipient}}</ion-select-option>
|
||||
<ion-select-option value="{{item.card_uid}}" *ngFor="let item of usersCardsData">{{item.description}} **** **** **** {{item.digits}}</ion-select-option>
|
||||
<!-- <ion-select-option value="ADD_NEW_RECIP" >Add Recipient</ion-select-option>-->
|
||||
</ion-select>
|
||||
<!-- <ion-label>{{recipient_name}}</ion-label>-->
|
||||
|
||||
@@ -41,6 +41,7 @@ export class AddcreditPage implements OnInit {
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
this.getUsersCardsList();
|
||||
}
|
||||
onBack() {
|
||||
this.navctr.back();
|
||||
|
||||
Reference in New Issue
Block a user