Raymond Yee
|
fd1887ea44
|
[#36028929] Work to pull out relevant fields in stripe Customer and Charge model with goal of figuring out which to add to payment.models.{Account | Transaction}
|
2012-09-14 17:00:21 -07:00 |
Raymond Yee
|
2ab1f8c7ea
|
Now creating a charge based on token
|
2012-09-11 15:17:37 -07:00 |
Raymond Yee
|
3417c6372c
|
Allow for passing in card instead of customer for creating stripe charge
|
2012-09-10 07:23:03 -07:00 |
Raymond Yee
|
bcbc75ed3d
|
More analysis of what we need to figure out still about stripe.
|
2012-09-05 16:11:32 -07:00 |
Raymond Yee
|
e8e6a51068
|
added a bit of handling of stripe Transfers
|
2012-08-31 22:59:22 -07:00 |
Raymond Yee
|
cc8c075842
|
show error from bad card with stripe call
|
2012-08-31 11:19:05 -07:00 |
Raymond Yee
|
5ac4976950
|
Basic test for creating Customer, a charge, and then deleting Customer
|
2012-08-30 16:51:59 -07:00 |
Raymond Yee
|
e44052712c
|
Now able to wrap stripe functionality in a StripeClient object that is tied to a specific api_key. We use separate api_key for Gluejar and for partner non-profit
|
2012-08-30 09:24:42 -07:00 |
Raymond Yee
|
ec9c6d8fc0
|
add keys for partner non-profit in stripelib
|
2012-08-27 07:49:43 -07:00 |
Raymond Yee
|
e81a25b1bd
|
Now documenting more of what we need to do next with stripe if we go for a fullblown implementation
|
2012-08-16 17:24:18 -07:00 |