-
Notifications
You must be signed in to change notification settings - Fork 11
feat: fastlane html example #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d353be3
to
9c3ca1e
Compare
@@ -0,0 +1 @@ | |||
20.18.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a fan of nvmrc
files, but am cool with deleting this if there's opposition.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incredible work on this @nbierdeman 💯 🎸
Thanks for the feedback, @gregjopa! I went ahead and pushed those changes. 🤘 |
console.log("orderResponse: ", orderResponse); | ||
|
||
if (orderResponse.status === "COMPLETED") { | ||
alert("Order completed successfully! Check console for details."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any best practice to follow with fastlane after the order is complete? For example, hide the card form? Wondering what the other demos do for this use case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep it as is for now. We can always send a follow-up PR if we want to show a confirmation message
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this locally and it works for me! Happy to see this get merged. Nice work @nbierdeman 💯
This PR adds a Fastlane demo covering both guest and member experiences.