Skip to content

Commit 16b6555

Browse files
fix(api): Correct field name from ach_hold__period to ach_hold_period
1 parent 3e09d4a commit 16b6555

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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

lib/lithic/models/payment_create_params.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class MethodAttributes < Lithic::Internal::Type::BaseModel
9898
# Number of days to hold the ACH payment
9999
#
100100
# @return [Integer, nil]
101-
optional :ach_hold_period, Integer, api_name: :ach_hold__period
101+
optional :ach_hold_period, Integer
102102

103103
# @!attribute addenda
104104
#

0 commit comments

Comments
 (0)