-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Marketplace: Accept Payments #1031
Merged
Merged
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
18dfe1e
to
01cf97e
Compare
67c9852
to
8cd9268
Compare
Co-authored-by: Ana <[email protected]> Co-authored-by: Dalton <[email protected]> Co-authored-by: Kelly Hong <[email protected]>
Co-authored-by: Dalton <[email protected]>
FUCK YEAAHHHHHHH Co-authored-by: Dalton <[email protected]>
Co-authored-by: Dalton <[email protected]> Co-authored-by: Naomi Quinones <[email protected]>
For whatever reason, it is truncating the urls; and rather than fucking around trying to figure out how to make turbo play nicely, just disable; since we know we will need to redraw the entire DOM anyway, since we are redirecting to a Stripe Checkout page. Co-authored-by: Dalton <[email protected]> Co-authored-by: Naomi Quinones <[email protected]>
It does make me feel like we are using Checkout for too many things, and maybe we want an Order class which is distinct from a Checkout but we didn't want to jump through those hoops in this particual session. Co-authored-by: Dalton <[email protected]> Co-authored-by: Naomi Quinones <[email protected]>
…t the current cart. Co-authored-by: Zee <[email protected]> Co-authored-by: Kelly <[email protected]> Co-authored-by: Dalton <[email protected]>
8cd9268
to
e0b1f81
Compare
This PR updates the CheckoutPolicy implementation to satisfy the expectations in the spec. I do not know if this is precisely the behavior we want -- e.g. maybe we want a "marketplace admin" (space owner?) to be able to always see a Checkout -- but we can expand the behavior later.
…1045) * Handle the "failed to initiate checkout" case and add request specs. * Add guards for the cases when we don't have a cart.
* Add .erdconfig file and resulting updated ERD I don't like the connection from Membership to Space, but I'm not sure how to fix it. * Simplify ERD creation command Since have new .erdconfig file, don't need to supply flags.
Co-authored-by: Ana <[email protected]> Co-authored-by: Dalton <[email protected]> Co-authored-by: Kelly Hong <[email protected]>
Co-authored-by: Ana <[email protected]> Co-authored-by: Dalton <[email protected]> Co-authored-by: Kelly Hong <[email protected]>
Co-authored-by: Ana <[email protected]> Co-authored-by: Dalton <[email protected]> Co-authored-by: Kelly Hong <[email protected]>
Co-authored-by: Ana <[email protected]> Co-authored-by: Dalton <[email protected]> Co-authored-by: Kelly Hong <[email protected]>
anaulin
approved these changes
Jan 19, 2023
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.
💸
anaulin
approved these changes
Jan 19, 2023
22 tasks
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.
#831
Marketplace::CheckoutsController
and intoMarketplace::Checkout
?Co-authored-by: Ana [email protected]
Co-authored-by: Dalton [email protected]
Co-authored-by: Kelly Hong [email protected]