Commit 7b192c9a by Adarsh K

latest

parent 24618eef
...@@ -18,7 +18,7 @@ export class CartPage implements OnInit { ...@@ -18,7 +18,7 @@ export class CartPage implements OnInit {
@ViewChild(IonSlides, { static: false }) slides: IonSlides; @ViewChild(IonSlides, { static: false }) slides: IonSlides;
currentIndex: any; currentIndex: any;
count: any; count: any;
gateway:any; gateway: any;
loader = false; loader = false;
cartwizard = { cartwizard = {
initialSlide: 0, initialSlide: 0,
...@@ -44,7 +44,7 @@ export class CartPage implements OnInit { ...@@ -44,7 +44,7 @@ export class CartPage implements OnInit {
ngOnInit() { ngOnInit() {
} }
getwaypaypal(){ getwaypaypal() {
this.gateway = 1; this.gateway = 1;
} }
...@@ -103,7 +103,7 @@ export class CartPage implements OnInit { ...@@ -103,7 +103,7 @@ export class CartPage implements OnInit {
removeCount() { removeCount() {
// this.count = this.count - 1; // this.count = this.count - 1;
if (this.count <0){ if (this.count < 0) {
this.count = 0; this.count = 0;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment