currency_cloud 4.2.0 → 4.3.0
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 +4 -4
- data/lib/currency_cloud/client.rb +4 -0
- data/lib/currency_cloud/collections_screening.rb +12 -0
- data/lib/currency_cloud/collections_screening_result.rb +5 -0
- data/lib/currency_cloud/funding_transaction.rb +8 -0
- data/lib/currency_cloud/request_handler.rb +16 -0
- data/lib/currency_cloud/version.rb +1 -1
- data/spec/integration/collections_screening_spec.rb +42 -0
- data/spec/integration/funding_transaction_spec.rb +28 -0
- data/spec/support/vcr_cassettes/Accounts/can_retrieve_account_payment_charges_settings.yml +2 -2
- data/spec/support/vcr_cassettes/Accounts/can_update_account_payment_charges_settings.yml +2 -2
- data/spec/support/vcr_cassettes/Accounts/get_compliance_settings.yml +2 -2
- data/spec/support/vcr_cassettes/Accounts/update_compliance_settings.yml +2 -2
- data/spec/support/vcr_cassettes/CollectionsScreening/can_complete_with_accepted_false.yml +51 -0
- data/spec/support/vcr_cassettes/CollectionsScreening/can_complete_with_accepted_true.yml +51 -0
- data/spec/support/vcr_cassettes/Conversions/can_cancel_conversion/with_notes/has_a_non-empty_notes_attribute.yml +3 -3
- data/spec/support/vcr_cassettes/Conversions/can_cancel_conversion/without_notes/has_a_empty_notes_attribute.yml +3 -3
- data/spec/support/vcr_cassettes/Conversions/can_cancellation_quote.yml +2 -2
- data/spec/support/vcr_cassettes/Conversions/can_date_change_conversion.yml +3 -3
- data/spec/support/vcr_cassettes/Conversions/can_retrieve_cancellation_quote.yml +3 -3
- data/spec/support/vcr_cassettes/Conversions/can_retrieve_date_change_quote.yml +3 -3
- data/spec/support/vcr_cassettes/Conversions/can_retrieve_profit_and_loss.yml +2 -2
- data/spec/support/vcr_cassettes/Conversions/can_split_conversion.yml +3 -3
- data/spec/support/vcr_cassettes/Conversions/can_split_history.yml +3 -3
- data/spec/support/vcr_cassettes/Conversions/can_split_preview.yml +3 -3
- data/spec/support/vcr_cassettes/FundingAccounts/can_find.yml +2 -2
- data/spec/support/vcr_cassettes/FundingAccounts/can_find_bad_request.yml +2 -2
- data/spec/support/vcr_cassettes/FundingAccounts/can_find_missing_currency.yml +2 -2
- data/spec/support/vcr_cassettes/FundingAccounts/can_find_unauthorized.yml +1 -1
- data/spec/support/vcr_cassettes/FundingTransactions/can_retrieve.yml +49 -0
- data/spec/support/vcr_cassettes/IBANs/can_IBANs_for_a_specific_subaccount.yml +2 -2
- data/spec/support/vcr_cassettes/IBANs/can_IBANs_for_subaccounts.yml +2 -2
- data/spec/support/vcr_cassettes/IBANs/can_find.yml +1 -1
- data/spec/support/vcr_cassettes/Payments/can_authorise/when_payment_ids_are_valid.yml +5 -5
- data/spec/support/vcr_cassettes/Payments/can_create.yml +3 -3
- data/spec/support/vcr_cassettes/Payments/can_create_bad_request.yml +2 -2
- data/spec/support/vcr_cassettes/Payments/can_get_the_new_submission.yml +4 -4
- data/spec/support/vcr_cassettes/Payments/can_retrieve_confirmation.yml +3 -3
- data/spec/support/vcr_cassettes/Payments/can_retrieve_payment_delivery_date.yml +2 -2
- data/spec/support/vcr_cassettes/Payments/can_retrieve_payment_tracking_info.yml +2 -2
- data/spec/support/vcr_cassettes/Payments/can_retrieve_quote_payment_fee.yml +2 -2
- data/spec/support/vcr_cassettes/Payments/can_validate.yml +3 -3
- data/spec/support/vcr_cassettes/Payments/can_validate_and_create_with_sca.yml +4 -4
- data/spec/support/vcr_cassettes/Rates/can_provided_detailed_rate_with_conversion_date_preference.yml +1 -1
- data/spec/support/vcr_cassettes/Reference/can_retrieve_bank_details.yml +2 -2
- data/spec/support/vcr_cassettes/Reference/can_retrieve_conversion_dates.yml +2 -2
- data/spec/support/vcr_cassettes/Reference/can_retrieve_currencies.yml +2 -2
- data/spec/support/vcr_cassettes/Reference/can_retrieve_payer_required_details.yml +2 -2
- data/spec/support/vcr_cassettes/Reference/can_retrieve_payment_dates.yml +2 -2
- data/spec/support/vcr_cassettes/Reference/can_retrieve_payment_fee_rules.yml +1 -1
- data/spec/support/vcr_cassettes/Reference/can_retrieve_payment_purpose_codes.yml +2 -2
- data/spec/support/vcr_cassettes/Reference/can_retrieve_settlement_accounts.yml +2 -2
- data/spec/support/vcr_cassettes/Reports/can_create_payments_report.yml +2 -2
- data/spec/support/vcr_cassettes/Reports/can_find_report_requests.yml +2 -2
- data/spec/support/vcr_cassettes/Reports/can_retrieve_report_request.yml +2 -2
- data/spec/support/vcr_cassettes/TermsAndConditions/can_accept_terms.yml +3 -3
- data/spec/support/vcr_cassettes/Transactions/can_retrieve_sender_details.yml +2 -2
- data/spec/support/vcr_cassettes/Transfers/can_cancel.yml +3 -3
- data/spec/support/vcr_cassettes/Transfers/can_create.yml +2 -2
- data/spec/support/vcr_cassettes/Transfers/can_find.yml +3 -3
- data/spec/support/vcr_cassettes/Transfers/can_retrieve.yml +3 -3
- data/spec/support/vcr_cassettes/VirtualAccounts/can_find.yml +2 -2
- data/spec/support/vcr_cassettes/VirtualAccounts/can_find_VANs_for_a_specific_subaccount.yml +2 -2
- data/spec/support/vcr_cassettes/VirtualAccounts/can_find_VANs_for_subaccounts.yml +2 -2
- data/spec/support/vcr_cassettes/WithdrawalAccounts/can_find_withdrawal_accounts.yml +3 -3
- data/spec/support/vcr_cassettes/WithdrawalAccounts/can_find_withdrawal_accounts2.yml +3 -3
- data/spec/support/vcr_cassettes/WithdrawalAccounts/can_pull_funds.yml +3 -3
- metadata +14 -1
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
|
8
8
|
string: login_id=development%40currencycloud.com&api_key=deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
11
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 200
|
|
@@ -58,7 +58,7 @@ http_interactions:
|
|
|
58
58
|
X-Auth-Token:
|
|
59
59
|
- deadbeefdeadbeefdeadbeefdeadbeef
|
|
60
60
|
User-Agent:
|
|
61
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
61
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
62
62
|
response:
|
|
63
63
|
status:
|
|
64
64
|
code: 200
|
|
@@ -108,7 +108,7 @@ http_interactions:
|
|
|
108
108
|
X-Auth-Token:
|
|
109
109
|
- deadbeefdeadbeefdeadbeefdeadbeef
|
|
110
110
|
User-Agent:
|
|
111
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
111
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
112
112
|
response:
|
|
113
113
|
status:
|
|
114
114
|
code: 200
|
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
|
8
8
|
string: login_id=development%40currencycloud.com&api_key=deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
11
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 200
|
|
@@ -58,7 +58,7 @@ http_interactions:
|
|
|
58
58
|
X-Auth-Token:
|
|
59
59
|
- deadbeefdeadbeefdeadbeefdeadbeef
|
|
60
60
|
User-Agent:
|
|
61
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
61
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
62
62
|
response:
|
|
63
63
|
status:
|
|
64
64
|
code: 200
|
|
@@ -108,7 +108,7 @@ http_interactions:
|
|
|
108
108
|
X-Auth-Token:
|
|
109
109
|
- deadbeefdeadbeefdeadbeefdeadbeef
|
|
110
110
|
User-Agent:
|
|
111
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
111
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
112
112
|
response:
|
|
113
113
|
status:
|
|
114
114
|
code: 200
|
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
|
8
8
|
string: login_id=development%40currencycloud.com&api_key=deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
11
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 200
|
|
@@ -60,7 +60,7 @@ http_interactions:
|
|
|
60
60
|
X-Auth-Token:
|
|
61
61
|
- deadbeefdeadbeefdeadbeefdeadbeef
|
|
62
62
|
User-Agent:
|
|
63
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
63
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
64
64
|
response:
|
|
65
65
|
status:
|
|
66
66
|
code: 200
|
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
|
8
8
|
string: login_id=development%40currencycloud.com&api_key=deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
11
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 200
|
|
@@ -60,7 +60,7 @@ http_interactions:
|
|
|
60
60
|
X-Auth-Token:
|
|
61
61
|
- deadbeefdeadbeefdeadbeefdeadbeef
|
|
62
62
|
User-Agent:
|
|
63
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
63
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
64
64
|
response:
|
|
65
65
|
status:
|
|
66
66
|
code: 200
|
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
|
8
8
|
string: login_id=development%40currencycloud.com&api_key=deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
11
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 200
|
|
@@ -60,7 +60,7 @@ http_interactions:
|
|
|
60
60
|
X-Auth-Token:
|
|
61
61
|
- deadbeefdeadbeefdeadbeefdeadbeef
|
|
62
62
|
User-Agent:
|
|
63
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
63
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
64
64
|
response:
|
|
65
65
|
status:
|
|
66
66
|
code: 200
|
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
|
8
8
|
string: login_id=development%40currencycloud.com&api_key=deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
11
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 200
|
|
@@ -60,7 +60,7 @@ http_interactions:
|
|
|
60
60
|
X-Auth-Token:
|
|
61
61
|
- deadbeefdeadbeefdeadbeefdeadbeef
|
|
62
62
|
User-Agent:
|
|
63
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
63
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
64
64
|
response:
|
|
65
65
|
status:
|
|
66
66
|
code: 200
|
|
@@ -88,7 +88,7 @@ http_interactions:
|
|
|
88
88
|
Access-Control-Allow-Methods:
|
|
89
89
|
- DELETE,POST,GET,OPTIONS,PATCH,PUT
|
|
90
90
|
User-Agent:
|
|
91
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
91
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
92
92
|
X-Forwarded-Proto:
|
|
93
93
|
- https
|
|
94
94
|
Cdn-Loop:
|
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
|
8
8
|
string: login_id=development%40currencycloud.com&api_key=deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
11
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 200
|
|
@@ -68,7 +68,7 @@ http_interactions:
|
|
|
68
68
|
X-Auth-Token:
|
|
69
69
|
- deadbeefdeadbeefdeadbeefdeadbeef
|
|
70
70
|
User-Agent:
|
|
71
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
71
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
72
72
|
response:
|
|
73
73
|
status:
|
|
74
74
|
code: 200
|
|
@@ -96,7 +96,7 @@ http_interactions:
|
|
|
96
96
|
Access-Control-Allow-Methods:
|
|
97
97
|
- DELETE,POST,GET,OPTIONS,PATCH,PUT
|
|
98
98
|
User-Agent:
|
|
99
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
99
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
100
100
|
X-Forwarded-Proto:
|
|
101
101
|
- https
|
|
102
102
|
Cdn-Loop:
|
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
|
8
8
|
string: login_id=development%40currencycloud.com&api_key=deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
11
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 200
|
|
@@ -68,7 +68,7 @@ http_interactions:
|
|
|
68
68
|
X-Auth-Token:
|
|
69
69
|
- deadbeefdeadbeefdeadbeefdeadbeef
|
|
70
70
|
User-Agent:
|
|
71
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
71
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
72
72
|
response:
|
|
73
73
|
status:
|
|
74
74
|
code: 200
|
|
@@ -96,7 +96,7 @@ http_interactions:
|
|
|
96
96
|
Access-Control-Allow-Methods:
|
|
97
97
|
- DELETE,POST,GET,OPTIONS,PATCH,PUT
|
|
98
98
|
User-Agent:
|
|
99
|
-
- CurrencyCloudSDK/2.0 Ruby/4.
|
|
99
|
+
- CurrencyCloudSDK/2.0 Ruby/4.3.0
|
|
100
100
|
X-Forwarded-Proto:
|
|
101
101
|
- https
|
|
102
102
|
Cdn-Loop:
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: currency_cloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Liam McAndrew
|
|
@@ -180,6 +180,8 @@ files:
|
|
|
180
180
|
- lib/currency_cloud/beneficiary.rb
|
|
181
181
|
- lib/currency_cloud/beneficiary_account_verification_result.rb
|
|
182
182
|
- lib/currency_cloud/client.rb
|
|
183
|
+
- lib/currency_cloud/collections_screening.rb
|
|
184
|
+
- lib/currency_cloud/collections_screening_result.rb
|
|
183
185
|
- lib/currency_cloud/contact.rb
|
|
184
186
|
- lib/currency_cloud/conversion.rb
|
|
185
187
|
- lib/currency_cloud/conversion_cancel_result.rb
|
|
@@ -199,6 +201,7 @@ files:
|
|
|
199
201
|
- lib/currency_cloud/errors/unexpected_error.rb
|
|
200
202
|
- lib/currency_cloud/find_report_requests_result.rb
|
|
201
203
|
- lib/currency_cloud/funding_account.rb
|
|
204
|
+
- lib/currency_cloud/funding_transaction.rb
|
|
202
205
|
- lib/currency_cloud/iban.rb
|
|
203
206
|
- lib/currency_cloud/ibans.rb
|
|
204
207
|
- lib/currency_cloud/margin_balance_top_up.rb
|
|
@@ -246,10 +249,12 @@ files:
|
|
|
246
249
|
- spec/integration/account_spec.rb
|
|
247
250
|
- spec/integration/actions_spec.rb
|
|
248
251
|
- spec/integration/authentication_spec.rb
|
|
252
|
+
- spec/integration/collections_screening_spec.rb
|
|
249
253
|
- spec/integration/conversions_spec.rb
|
|
250
254
|
- spec/integration/error_utils_spec.rb
|
|
251
255
|
- spec/integration/errors_spec.rb
|
|
252
256
|
- spec/integration/funding_account_spec.rb
|
|
257
|
+
- spec/integration/funding_transaction_spec.rb
|
|
253
258
|
- spec/integration/ibans_spec.rb
|
|
254
259
|
- spec/integration/payment_spec.rb
|
|
255
260
|
- spec/integration/payments_spec.rb
|
|
@@ -282,6 +287,8 @@ files:
|
|
|
282
287
|
- spec/support/vcr_cassettes/Authentication/can_use_just_a_token.yml
|
|
283
288
|
- spec/support/vcr_cassettes/Authentication/handles_session_timeout_error.yml
|
|
284
289
|
- spec/support/vcr_cassettes/Authentication/happens_lazily.yml
|
|
290
|
+
- spec/support/vcr_cassettes/CollectionsScreening/can_complete_with_accepted_false.yml
|
|
291
|
+
- spec/support/vcr_cassettes/CollectionsScreening/can_complete_with_accepted_true.yml
|
|
285
292
|
- spec/support/vcr_cassettes/Conversions/can_cancel_conversion/with_notes/has_a_non-empty_notes_attribute.yml
|
|
286
293
|
- spec/support/vcr_cassettes/Conversions/can_cancel_conversion/without_notes/has_a_empty_notes_attribute.yml
|
|
287
294
|
- spec/support/vcr_cassettes/Conversions/can_cancellation_quote.yml
|
|
@@ -303,6 +310,7 @@ files:
|
|
|
303
310
|
- spec/support/vcr_cassettes/FundingAccounts/can_find_bad_request.yml
|
|
304
311
|
- spec/support/vcr_cassettes/FundingAccounts/can_find_missing_currency.yml
|
|
305
312
|
- spec/support/vcr_cassettes/FundingAccounts/can_find_unauthorized.yml
|
|
313
|
+
- spec/support/vcr_cassettes/FundingTransactions/can_retrieve.yml
|
|
306
314
|
- spec/support/vcr_cassettes/IBANs/can_IBANs_for_a_specific_subaccount.yml
|
|
307
315
|
- spec/support/vcr_cassettes/IBANs/can_IBANs_for_subaccounts.yml
|
|
308
316
|
- spec/support/vcr_cassettes/IBANs/can_find.yml
|
|
@@ -373,10 +381,12 @@ test_files:
|
|
|
373
381
|
- spec/integration/account_spec.rb
|
|
374
382
|
- spec/integration/actions_spec.rb
|
|
375
383
|
- spec/integration/authentication_spec.rb
|
|
384
|
+
- spec/integration/collections_screening_spec.rb
|
|
376
385
|
- spec/integration/conversions_spec.rb
|
|
377
386
|
- spec/integration/error_utils_spec.rb
|
|
378
387
|
- spec/integration/errors_spec.rb
|
|
379
388
|
- spec/integration/funding_account_spec.rb
|
|
389
|
+
- spec/integration/funding_transaction_spec.rb
|
|
380
390
|
- spec/integration/ibans_spec.rb
|
|
381
391
|
- spec/integration/payment_spec.rb
|
|
382
392
|
- spec/integration/payments_spec.rb
|
|
@@ -409,6 +419,8 @@ test_files:
|
|
|
409
419
|
- spec/support/vcr_cassettes/Authentication/can_use_just_a_token.yml
|
|
410
420
|
- spec/support/vcr_cassettes/Authentication/handles_session_timeout_error.yml
|
|
411
421
|
- spec/support/vcr_cassettes/Authentication/happens_lazily.yml
|
|
422
|
+
- spec/support/vcr_cassettes/CollectionsScreening/can_complete_with_accepted_false.yml
|
|
423
|
+
- spec/support/vcr_cassettes/CollectionsScreening/can_complete_with_accepted_true.yml
|
|
412
424
|
- spec/support/vcr_cassettes/Conversions/can_cancel_conversion/with_notes/has_a_non-empty_notes_attribute.yml
|
|
413
425
|
- spec/support/vcr_cassettes/Conversions/can_cancel_conversion/without_notes/has_a_empty_notes_attribute.yml
|
|
414
426
|
- spec/support/vcr_cassettes/Conversions/can_cancellation_quote.yml
|
|
@@ -430,6 +442,7 @@ test_files:
|
|
|
430
442
|
- spec/support/vcr_cassettes/FundingAccounts/can_find_bad_request.yml
|
|
431
443
|
- spec/support/vcr_cassettes/FundingAccounts/can_find_missing_currency.yml
|
|
432
444
|
- spec/support/vcr_cassettes/FundingAccounts/can_find_unauthorized.yml
|
|
445
|
+
- spec/support/vcr_cassettes/FundingTransactions/can_retrieve.yml
|
|
433
446
|
- spec/support/vcr_cassettes/IBANs/can_IBANs_for_a_specific_subaccount.yml
|
|
434
447
|
- spec/support/vcr_cassettes/IBANs/can_IBANs_for_subaccounts.yml
|
|
435
448
|
- spec/support/vcr_cassettes/IBANs/can_find.yml
|