Skip to content

Commit

Permalink
feat(api): api update
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Oct 14, 2024
1 parent 76d5c9c commit a1ddec9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 199
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-5167530f388eb11cb211b36f5a71506cbf6cf4b7cea8f9e621decee47b476bed.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-d6b163c8a0075f664b1d8647802e8b60ae51a6e6646d52bc086b9850aa410b71.yml
3 changes: 3 additions & 0 deletions lib/increase/models/card_payment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3375,6 +3375,9 @@ class Category < Increase::Enum
# Card Authorization: details will be under the `card_authorization` object.
CARD_AUTHORIZATION = :card_authorization

# Card Authentication: details will be under the `card_authentication` object.
CARD_AUTHENTICATION = :card_authentication

# Card Validation: details will be under the `card_validation` object.
CARD_VALIDATION = :card_validation

Expand Down

0 comments on commit a1ddec9

Please sign in to comment.