fake_stripe 0.0.10 → 0.0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb5a6346e68286a1b606da53581cb87235338610
4
- data.tar.gz: 49ec132bf0abfe6747b8c992f1c168ba4d7d49c4
3
+ metadata.gz: c63b9aadcb147043b1633f1b144e432684020307
4
+ data.tar.gz: f2a54083608ae1dd9aa4f0d788010bdb13adedb7
5
5
  SHA512:
6
- metadata.gz: b4c9f8e6e4f9151957050a985f10dac0f3cfd0d8632b0141dd760db676804540ccc92574d20ef87b814b5890e4d31ed682ea7b4ff43bba8877075a4eb09ff807
7
- data.tar.gz: a11ed7901febadb885494b577515cccbe759aadf6e494e6288b70ca39f8b59cdae038bb78f972c35cc6a236c9add53ff63682d5cc771dc01a908747460a6adea
6
+ metadata.gz: aa3f8fd21bddceb5f7b7ffe3899e47da3fc885ee3e19213d77668730b1e331a114a3ca7c65003ab22d4cf8439b3223b2b0225a934d5929617bbfd355258839f8
7
+ data.tar.gz: 5304e3619fe15ea9e0776bea15fe0999a789159bd26fe5f2d14a4f952834e51ed94cd4cd6c15bb191401cfebe8a5b625ffc67a0b312e412f42ab9574301c032d
@@ -25,21 +25,23 @@
25
25
  "debit_negative_balances": true,
26
26
  "bank_accounts": {
27
27
  "object": "list",
28
- "total_count": 0,
29
- "has_more": false,
30
- "url": "/v1/accounts/acct_1032D82eZvKYlo2C/bank_accounts",
31
- "data": [
32
-
33
- ]
34
- },
35
- "external_accounts": {
36
- "object": "list",
37
- "total_count": 0,
28
+ "total_count": 1,
38
29
  "has_more": false,
39
30
  "url": "/v1/accounts/acct_1032D82eZvKYlo2C/external_accounts",
40
- "data": [
41
-
42
- ]
31
+ "data": [{
32
+ "id":"ba_16ndClBdETbGCbQrGski5zps",
33
+ "object":"bank_account",
34
+ "last4":"1234",
35
+ "country":"US",
36
+ "currency":"usd",
37
+ "status":"new",
38
+ "fingerprint":"axCsvGRahxD6fvu0",
39
+ "routing_number":"110000000",
40
+ "bank_name":"STRIPE TEST BANK",
41
+ "account":"acct_28ndDlB5ETbGCaQr",
42
+ "default_for_currency":true,
43
+ "metadata":{}
44
+ }]
43
45
  },
44
46
  "verification": {
45
47
  "fields_needed": [
@@ -1,3 +1,3 @@
1
1
  module FakeStripe
2
- VERSION = '0.0.10'
2
+ VERSION = '0.0.10.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fake_stripe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harlow Ward