File tree
12 files changed
+1086
-301
lines changed- src/services
- test
- cassettes
- BetaReferralCustomerService_312890993
- returns-a-client-secret-for-bank-accounts_845792627
- returns-a-client-secret-for-credit-cards_1367228089
- ReferralCustomer-Service_3380152635
- raises-an-error-when-adding-a-bank-account-from-Stripe-fails_3043649864
- raises-an-error-when-adding-a-credit-card-from-Stripe-fails_4230750010
- helpers
- services
12 files changed
+1086
-301
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 |
| |
8 | 14 |
| |
9 | 15 |
| |
|
- .babelrc-5
- Gemfile.lock+29-25
- README.md+11-9
- examples.gemspec+3-3
- official/fixtures/client-library-fixtures.json+10
- package-lock.json+2.0k-1.4k
- package.json-2
- style_guides/ruby/.rubocop.yml+10-9
- style_guides/ruby/easycop.yml+2-2
- tools/docs/responses/.gitignore+2
- tools/docs/responses/Makefile+62
- tools/docs/responses/README.md+19
- tools/docs/responses/builder/__init__.py
- tools/docs/responses/builder/snippets.py+164
- tools/docs/responses/setup.py+45
- tools/docs/responses/tests/__init__.py
- tools/docs/responses/tests/conftest.py+256
- tools/docs/responses/tests/test_address.py+68
- tools/docs/responses/tests/test_api_keys.py+69
- tools/docs/responses/tests/test_batch.py+100
- tools/docs/responses/tests/test_billing.py+69
- tools/docs/responses/tests/test_brand.py+11
- tools/docs/responses/tests/test_carrier_account.py+48
- tools/docs/responses/tests/test_carrier_types.py+10
- tools/docs/responses/tests/test_customs_info.py+18
- tools/docs/responses/tests/test_customs_item.py+18
- tools/docs/responses/tests/test_end_shipper.py+54
- tools/docs/responses/tests/test_event.py+112
- tools/docs/responses/tests/test_form.py+15
- tools/docs/responses/tests/test_insurance.py+25
- tools/docs/responses/tests/test_options.py+11
- tools/docs/responses/tests/test_order.py+48
- tools/docs/responses/tests/test_parcel.py+18
- tools/docs/responses/tests/test_pickup.py+43
- tools/docs/responses/tests/test_rate.py+20
- tools/docs/responses/tests/test_referral_customer.py+84
- tools/docs/responses/tests/test_refund.py+31
- tools/docs/responses/tests/test_report.py+34
- tools/docs/responses/tests/test_returns.py+11
- tools/docs/responses/tests/test_scan_form.py+27
- tools/docs/responses/tests/test_shipment.py+61
- tools/docs/responses/tests/test_shipping_insurance.py+18
- tools/docs/responses/tests/test_smartrate.py+11
- tools/docs/responses/tests/test_tax_identifiers.py+12
- tools/docs/responses/tests/test_tracker.py+18
- tools/docs/responses/tests/test_user.py+37
- tools/docs/responses/tests/test_webhook.py+50
+297-294
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
60 | 86 |
| |
61 | 87 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 |
| - | |
| 124 | + | |
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
162 | 207 |
| |
163 | 208 |
| |
164 | 209 |
| |
|
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments