Commit 7b192c9a by Adarsh K

latest

parent 24618eef
......@@ -18,7 +18,7 @@ export class CartPage implements OnInit {
@ViewChild(IonSlides, { static: false }) slides: IonSlides;
currentIndex: any;
count: any;
gateway:any;
gateway: any;
loader = false;
cartwizard = {
initialSlide: 0,
......@@ -44,7 +44,7 @@ export class CartPage implements OnInit {
ngOnInit() {
}
getwaypaypal(){
getwaypaypal() {
this.gateway = 1;
}
......@@ -103,7 +103,7 @@ export class CartPage implements OnInit {
removeCount() {
// this.count = this.count - 1;
if (this.count <0){
if (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