-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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(payment): add more payment channels than just email and phone (think: chat) #40424
feat(payment): add more payment channels than just email and phone (think: chat) #40424
Conversation
ae0cf13
to
e1f4c04
Compare
This comment was marked as outdated.
This comment was marked as outdated.
e1f4c04
to
e5fb308
Compare
67a6598
to
5fbe42f
Compare
439cbb1
to
3a54e6a
Compare
3a54e6a
to
d6fb176
Compare
d6fb176
to
3ba19ef
Compare
@ruthra-kumar I managed to reorganize the commits so that it now implements something akin to TDD: each commit is atomically green on the provided tests ( |
|
||
self.assertIsNone(pr.payment_url) | ||
self.assertEqual(pr.payment_url, PAYMENT_URL) |
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 is no penalty in generating a payment url, the flow starts only when accessing it. Providing a fallback url, even on a Shopping Cart flow is a feature: a customer agent can provide that link from the backend for if the original payment on the website had failed for some reason.
@ruthra-kumar Is there a way that we could advance on this, as well? After yesterday's test & typing sprint on It would do so by helping to hedge my risks by branching too far, something that might eventually overstretch my resources and focus. I'm more than happy to expeditiously put in any extra work necessary for this PR 🤝 And thanks to you, specifically, for the great collab, so far! It has been a pleasure! It's a real privilege to have such expert pairs of eyes on my (user-programmer) code-output. |
…d-other-payment-channels
This pull request has been automatically marked as inactive because it has not had recent activity. It will be closed within 3 days if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing. |
ping |
@ruthra-kumar @s-aga-r could someone please help out and engage with this PR? |
closing this in order to focus on #40845 |
Revival of partially reviewed and then stale-bot terminated: #37448 (see there for context)
no-docs