|
|
|
@@ -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 |
|
|
|
|