-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: implement optional async checkout muatations and status check #4957
Closed
Conversation
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
mcstover
requested review from
michelleinez,
emuvente,
eddieferrer and
dyersituations
September 8, 2023 16:51
emuvente
reviewed
Sep 11, 2023
* feat: activity avatar added for iwd activity feed * feat: activity card added for iwd page * feat: iwd activity feed added * fix: style lint fix * fix: pr comments tweaks
…-category feat: added some finalized content to IWD header
…e landing loan cards
…anding fix: show the checkout now button and emit to show basket on corporat…
feat: added flag for IWD to thanks page, created working stories
feat: first IWD thanks page variation
fix: touppercase error
feat: another thanks variation
…r-to-category-page feat: add campaign progress bar to category page
…-and-link-on-challenge-ty-page feat: time sensitive change copy and link on challenge ty page
## [2.730.0-rc.1](v2.729.0...v2.730.0-rc.1) (2024-02-09) ### 🎉 New Features * add progress bar to campaign page ([c1b925b](c1b925b)) * added flag for IWD to thanks page, created working stories ([1205eab](1205eab)) * added progress bar to thanks page variations ([e78f13f](e78f13f)) * added some finalized content to IWD header ([fc29232](fc29232)) * first IWD thanks page variation ([c5572b6](c5572b6)) * iwd activity feed added ([#5152](#5152)) ([0a9424f](0a9424f)) * remaining iwd thanks page variation ([b1a9600](b1a9600)) * update thanks page header for challenges ([7b1147b](7b1147b)) ### 🐛 Bugfixes * added missing data prop ([9c92884](9c92884)) * added missing id in query ([fc7f447](fc7f447)) * added some missing story mixins ([f853fb5](f853fb5)) * empty template was also creating a warning ([ffc591d](ffc591d)) * ensure we cover errors from new activities query ([e8cf21a](e8cf21a)) * lower activity feed items ([9b8eb53](9b8eb53)) * minor cleanup ([3a97d83](3a97d83)) * quick resolution of server error ([85a2811](85a2811)) * round the borrower image ([68a4d24](68a4d24)) * show the checkout now button and emit to show basket on corporate landing loan cards ([d4b0819](d4b0819)) * some missing thanks padding ([be6b8f6](be6b8f6))
@mcstover Pushing up the history from |
Superceded by: #5164 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR implements the async mutations for kiva credit and braintree checkout and adds an additional polling function to check the status of the async checkout operation. Once the status is complete, we use the checkout/transaction id to move through the existing post-process and on to the thanks page.