diff --git a/src/pages/input/input.ts b/src/pages/input/input.ts index ad96438..5c533a2 100755 --- a/src/pages/input/input.ts +++ b/src/pages/input/input.ts @@ -82,7 +82,7 @@ btnaccess:boolean = false; proName:[this.productabbr != 'BL' && this.productabbr != 'LAEP' ? '' : '',Validators.compose([Validators.required])], subProName:[''], customeSeg:[''], - pdType:[''], + pdType:['1'], loanAmt:[''], // lender_stdcode:[''], // lender_landline:[''], @@ -173,7 +173,8 @@ btnaccess:boolean = false; let findIndex = getProductAbbr.indexOf(x); return this.proname.records.products[findIndex]; }); - this.proname = FilteredAbbr.length > 0 ? FilteredAbbr : this.proname.records.products; + // this.proname = FilteredAbbr.length > 0 ? FilteredAbbr : this.proname.records.products; + this.proname = this.proname.records.products; } else{ this.proname = this.proname.records.products; diff --git a/src/providers/constants/constants.ts b/src/providers/constants/constants.ts index 7ea5423..a765a1b 100755 --- a/src/providers/constants/constants.ts +++ b/src/providers/constants/constants.ts @@ -50,7 +50,7 @@ export class ConstantsProvider { lenUserPoolId: "ap-south-1_hFiGyr1Gw", // Username lenClientId: "38v9rpp1495v60e1gd14mj6rjr", // ClientName for Mobile } - return production; + return testing; }