Permalink
Failed to load latest commit information.
examples Added examples for using go.stripe with Stripe.js and Stripe Checkout. Sep 30, 2013
.gitignore updated failing unit test due to stripe api removal of token currency Oct 10, 2012
LICENSE.txt Update LICENSE.txt Nov 7, 2012
README.md Fixed issue with get URL Oct 10, 2014
card.go added card creation Oct 26, 2013
card_test.go Refactored LuhnValid to IsLuhnValid Jun 4, 2012
charge.go Added statement description to charge object Jun 10, 2014
charge_test.go updated to newest API, modified structs to reflect new API and adjust… Oct 12, 2013
coupon.go Refactoring errors and adding codes/types provided by Stripe + go fmt Nov 25, 2013
coupon_test.go Refactoring errors and adding codes/types provided by Stripe + go fmt Nov 25, 2013
customer.go added a couple more fields to customer. also updated card to allow cr… Oct 20, 2013
customer_test.go updated to newest API, modified structs to reflect new API and adjust… Oct 12, 2013
error.go Refactoring errors and adding codes/types provided by Stripe + go fmt Nov 25, 2013
error_test.go Tests for good and bad cards from Stripe Nov 25, 2013
invoice.go Fixed typo in invoice object. Customer was set to Jan 7, 2014
invoice_item.go Refactoring errors and adding codes/types provided by Stripe + go fmt Nov 25, 2013
plan.go updated to newest API, modified structs to reflect new API and adjust… Oct 12, 2013
plan_test.go fixing plan_test.go invalid currency lowercase Jul 23, 2014
stripe.go Refactoring errors and adding codes/types provided by Stripe + go fmt Nov 25, 2013
subscription.go Refactoring errors and adding codes/types provided by Stripe + go fmt Nov 25, 2013
subscription_test.go updated to newest API, modified structs to reflect new API and adjust… Oct 12, 2013
token.go updated to newest API, modified structs to reflect new API and adjust… Oct 12, 2013
token_test.go updated failing unit test due to stripe api removal of token currency Oct 10, 2012
util.go ran gofmt Jun 4, 2012