Skip to content

Commit af0543e

Browse files
chore(api): mark some methods as deprecated
1 parent d94d421 commit af0543e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

lib/lithic/resources/auth_rules/v2.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ def delete(auth_rule_token, params = {})
158158
)
159159
end
160160

161+
# @deprecated
162+
#
161163
# Associates a V2 authorization rule with a card program, the provided account(s)
162164
# or card(s).
163165
#

lib/lithic/resources/transfers.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
module Lithic
44
module Resources
55
class Transfers
6+
# @deprecated
7+
#
68
# Some parameter documentations has been truncated, see
79
# {Lithic::Models::TransferCreateParams} for more details.
810
#

0 commit comments

Comments
 (0)