Skip to content

Commit ead10f3

Browse files
fix(api): Correct field name from ach_hold__period to ach_hold_period
1 parent ef79410 commit ead10f3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 176
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-c06c4d54858775fef1de57e33d471e997cb28fe0c925fd7b08ba45fdd335e938.yml
3-
openapi_spec_hash: 23745357b2171bcdfb5d30bfef1df48d
4-
config_hash: 9dddee5f7af579864599849cb28a0770
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-64e9dd6979ae45f1bb6e77b40e8244ee46673332112ebf33fe2f3a287467ce85.yml
3+
openapi_spec_hash: ce885445b66e95c5671ee72c01882d79
4+
config_hash: 07f0e0f3036a4a5825cee527bc46b0b6

src/resources/payments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ export namespace PaymentCreateParams {
618618
/**
619619
* Number of days to hold the ACH payment
620620
*/
621-
ach_hold__period?: number;
621+
ach_hold_period?: number;
622622

623623
addenda?: string | null;
624624
}

tests/api-resources/payments.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('resource payments', () => {
3434
method: 'ACH_NEXT_DAY',
3535
method_attributes: {
3636
sec_code: 'CCD',
37-
ach_hold__period: 0,
37+
ach_hold_period: 0,
3838
addenda: 'addenda',
3939
},
4040
type: 'COLLECTION',

0 commit comments

Comments
 (0)