WIP: Stripe integration. #23
Loading…
Reference in a new issue
No description provided.
Delete branch "stripe"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@valberg I am wondering if we should just stick to Stripe? It will work, it's well-supported and we already have an account that I can start to update for verification.
Would you mind if I take over this PR?
@benjaoming Yeah sure! It is probably easier to start fresh though :)
So: It seems we can skip dj-stripe for now in order to keep things more simple. I think we should prefer to use "as little Stripe data as possible" in order to not get vendor locked-in.
The approach in #32 is to simply use the
stripe
package to send the order_id to stripe, then do all the fullfilment on our side.Pull request closed