diff --git a/src/app/cart/cart.page.ts b/src/app/cart/cart.page.ts index 16e40c6..ca27345 100644 --- a/src/app/cart/cart.page.ts +++ b/src/app/cart/cart.page.ts @@ -273,10 +273,10 @@ export class CartPage implements OnInit { requestInvoice() { let invoice_data = { - "name": "Nikhil", - "email": "kj@webtrigon.com", - "contact": "1234567", - "total_amt": 1000, + "name": this.userInfo.name, + "email": this.userInfo.email, + "contact": this.userInfo.mobile, + "total_amt": ((this.getTotalCartAmount() + 20) + (this.getTotalCartAmount() + 20) * (18 / 100)), "description": "This payment is towards testing Invoice feature", "receipt": "#asdsdsdf", "email_notify": 1