-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d61ade0
commit 828c5d5
Showing
5 changed files
with
45 additions
and
26 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,18 +118,19 @@ function buyCard(id) { | |
key: key | ||
}); | ||
|
||
// photo: 'https://images.pexels.com/photos/2274725/pexels-photo-2274725.jpeg', | ||
// video: '', | ||
// animation: 'CONFETTI', | ||
// prefill: { | ||
// name: 'John Doe Prints', | ||
// email: '[email protected]', | ||
// phone: '+91 98765 43210' | ||
// }, | ||
// logo: 'https://upload.wikimedia.org/wikipedia/commons/thumb/5/51/Facebook_f_logo_%282019%29.svg/2048px-Facebook_f_logo_%282019%29.svg.png' | ||
|
||
let orderDetails = { | ||
productId: id, | ||
refId: random, | ||
photo: 'https://images.pexels.com/photos/2274725/pexels-photo-2274725.jpeg', | ||
video: '', | ||
animation: 'CONFETTI', | ||
prefill: { | ||
name: 'John Doe Prints', | ||
email: '[email protected]', | ||
phone: '+91 98765 43210' | ||
}, | ||
logo: 'https://upload.wikimedia.org/wikipedia/commons/thumb/5/51/Facebook_f_logo_%282019%29.svg/2048px-Facebook_f_logo_%282019%29.svg.png' | ||
refId: random | ||
}; | ||
|
||
flam.placeOrder(orderDetails, (err, res) => { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters