This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 309
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
dont' forget to add a column: alter table participants add pp_customer_id text;
DATABASE_URL=postgres://postgres:postgres@localhost/gittip_test nosetests --with-coverage --cover-package=gittip.billing Name Stmts Miss Cover Missing ---------------------------------------------- gittip.billing 220 25 89% 285-364, 585, 613-614, 616, 635 ----------------------------------------------------------------------
This was referenced Jul 18, 2012
Closed
| @@ -13,7 +13,7 @@ Installation | |||
| ============ | |||
|
|
|||
| The site is built with Python 2.7 and the Aspen web framework, and is hosted on | |||
| Heroku. Samurai is used for credit card processing, and Google for analytics. | |||
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.
Samurai instead of Stripe here because docs were out of date. Samurai was the first payment processor we used. They disappeared when GroupOn acquired them, at which point we switched to Stripe. Stripe asked us to leave soon after because, at the time, they didn't support marketplaces. That's when Balanced gave us this PR.
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 branch is a straight replacement of Stripe -> Balanced followed by writing some unit tests to ensure everything works as planned.
Before this can be deployed we need to port card tokens from Stripe to Balanced. Gittip will need to contact Stripe to initiate the process.