493 Commits

Author SHA1 Message Date
Andy Brody
cee76d05ca Merge pull request #237 from stripe/ssl-blacklist-remove
Remove SSL certificate blacklist checks.
2015-04-09 16:49:08 -07:00
Andy Brody
ede362588c Remove SSL certificate blacklist checks. 2015-04-09 16:10:32 -07:00
Russell Davis
a980110740 Bump version to 1.20.4 v1.20.4 2015-03-26 17:40:06 -07:00
Russell Davis
bc3f514c5c Merge pull request #221 from bobjflong/BL/nilkey2
Safer argument parsing
2015-03-25 15:38:59 -07:00
Bob Long
c269e9bd9b Safer argument parsing (attempt 2) 2015-03-25 15:15:02 +00:00
Andy Cohen
2f9f5d5036 fix #223 support expansions when retrieving via ListObject 2015-03-24 20:20:20 -05:00
Russell Davis
08b7aa6358 Merge pull request #229 from stripe/add-account-test
Add a test for retrieving accounts using an API key as the only param
2015-03-24 17:00:57 -07:00
Russell Davis
52fc50797f Add a test for retrieving accounts using an API key as the only param 2015-03-24 16:48:22 -07:00
Dylan Jhaveri
16dd5856c4 Fix incorrect error message- Stripe::Card.retrieve
* This error message said "Cards cannot be retrieved without a customer
ID. Retrieve a card using customer.cards.retrieve('card_id')"

This is incorrect. `customer.cards` throws a `NoMethodError: undefined
method `cards' for #<Stripe::Customer:0x0000010c8bdca8>`.

* The correct method is `Stripe::Customer#sources`, and this fixes the
error message.
2015-03-18 01:20:21 -07:00
Brian Krausz
403e92fc88 Bump to version 1.20.3 v1.20.3 2015-03-13 10:35:23 -07:00
Brian Krausz
37494242f5 Don't recurse into APIResources when updating
Fixes #224

CC @russelldavis
2015-03-13 10:31:55 -07:00
Brian Krausz
9b92e86ef2 Bump version to 1.20.2 v1.20.2 2015-03-10 12:30:06 -07:00
Brian Krausz
0df1c9b176 Fix updates on objs with arrays of strings 2015-03-09 12:08:59 -07:00
Brian Krausz
6976393e9e Fix singleton retrieval
Minor fix so just pushing to master

Fixes #214

CC @russelldavis
2015-03-05 12:27:45 -08:00
Brian Krausz
33e20efb35 Merge pull request #217 from stripe/bk-hashes
Fix updating for nested hashes
2015-03-05 12:09:25 -08:00
Brian Krausz
f8d5687040 Fixes as requested 2015-03-05 00:07:13 -08:00
Brian Krausz
a47a754795 Support arrays & add more nested tests 2015-03-03 14:25:10 -08:00
Brian Krausz
03abd88f0c Fix updating for nested hashes 2015-03-02 18:29:59 -08:00
Max Lahey
1bcaa10abd version bump to 1.20.1 v1.20.1 2015-02-26 17:47:46 -08:00
Max Lahey
368d6806a8 Merge pull request #216 from stripe/card-to-sources-endpoint
card management should use the sources endpoint
2015-02-26 17:44:27 -08:00
Max Lahey
d1a50a8918 customer card management should use the customer sources endpoint 2015-02-26 17:32:33 -08:00
Russell Davis
2df5817192 Merge pull request #213 from stripe/deprecate-code-dot-stripe-dot-com
Deprecate code.stripe.com
2015-02-19 17:28:13 -08:00
Russell Davis
d945c2f157 Deprecate code.stripe.com 2015-02-19 17:09:42 -08:00
Max Lahey
c1d5c94864 version bump to 1.20.0
added structure to support for unified customer sources api
v1.20.0
2015-02-19 17:01:39 -08:00
Brian Krausz
f76b5c7889 Bump version to 1.19.1 v1.19.1 2015-02-18 12:42:36 -08:00
Brian Krausz
cedc3bbad5 Fix test 2015-02-18 12:27:47 -08:00
Brian Krausz
9a82f7d1ba Fix invoice paying/fetching upcoming
Fixes #209
2015-02-18 12:24:11 -08:00
Brian Krausz
a85e2277d6 Bump version to 1.19.0 v1.19.0 2015-02-15 23:24:31 -08:00
Brian Krausz
98e7a5ad62 Merge pull request #205 from stripe/bk-accounts
Add backwards compat for Accounts & Transfer Reversals
2015-02-15 21:09:48 -08:00
Brian Krausz
8dab401efe Test naming fix 2015-02-15 21:09:34 -08:00
Brian Krausz
9659b403c9 Fix object expansion
Fixes #206
2015-02-15 20:34:16 -08:00
Brian Krausz
40405669e2 Comment for clarity 2015-02-13 11:40:46 -08:00
Brian Krausz
d1bceb0041 Support transfer reversals 2015-02-12 22:24:09 -08:00
Brian Krausz
581e6348cc Support old signature in Account.retrieve 2015-02-12 20:06:03 -08:00
Brian Krausz
1ee098bd2e Merge pull request #203 from stripe/bk-accounts
Support persisted use of Stripe-Account header everywhere
2015-02-11 14:45:48 -08:00
Brian Krausz
3cbc60f35c Rename @@opts_to_persist 2015-02-11 12:31:57 -08:00
Brian Krausz
592e503c85 Merge pull request #204 from pineconellc/bk-accounts
Add Account to business object mapping
2015-02-11 12:26:22 -08:00
Jeff Browning
aeb99cb0d2 Add Account to business objects 2015-02-11 11:14:26 -05:00
Brian Krausz
ff5be97ada TIL Hash#select is different in 1.8 2015-02-10 11:25:24 -08:00
Brian Krausz
b819e5de37 Remove unnecessary error & more 1.8 fixing 2015-02-09 23:59:13 -08:00
Brian Krausz
bf18ae9376 Fix use of 1.9-style hashes 2015-02-09 23:42:23 -08:00
Brian Krausz
4d611c62f7 Support persisted use of Stripe-Account header everywhere
Including implicit use in /v1/accounts/ endpoints
2015-02-09 23:38:34 -08:00
Russell Davis
085ad6cfb3 Merge pull request #201 from akshaymohite/master
Using backslash instead of string concatenation for separating multi-line messages
2015-01-24 10:25:39 -08:00
Akshay
b9db97c6b9 Using backslash instead of string concatenation for separating multi-line messages 2015-01-24 23:17:46 +05:30
Max Lahey
583f025c1f 1.18.0 release: Support making bitcoin charges through BitcoinReceiver source object v1.18.0 2015-01-21 19:29:23 -08:00
Max Lahey
9f175e070f added BitcoinTransaction 2015-01-20 11:58:43 -08:00
Max Lahey
0e9a88f796 Wired up support for BitcoinReceiver 2015-01-20 11:58:41 -08:00
Russell Davis
7087e38bb9 Merge pull request #200 from yatish27/master
Removes unnecessary semi colon
2015-01-13 11:23:16 -08:00
Yatish Mehta
45bb015adc Removes unnecessary semi colon 2015-01-13 13:55:12 -05:00
Russell Davis
0d04c080ae Merge pull request #199 from yatish27/master
Adds Ruby 2.2 in travis.yml
2015-01-13 08:38:00 -08:00