Skip to content

Commit 985e1f5

Browse files
docs: update examples
1 parent a7a4a69 commit 985e1f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/lithic/resources/financial_accounts_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ def test_update_status_required_params
130130
response =
131131
@lithic.financial_accounts.update_status(
132132
"182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
133-
status: :OPEN,
134-
substatus: :CHARGED_OFF_FRAUD
133+
status: :CLOSED,
134+
substatus: :END_USER_REQUEST
135135
)
136136

137137
assert_pattern do

0 commit comments

Comments
 (0)