Skip to content

Commit eedebc1

Browse files
docs: remove or fix invalid readme examples
1 parent d4fe2de commit eedebc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ When the library is unable to connect to the API, or if the API returns a non-su
7171

7272
```ruby
7373
begin
74-
card = lithic.cards.create(type: "an_incorrect_type")
74+
card = lithic.cards.create(type: "MERCHANT_LOCKED")
7575
rescue Lithic::Errors::APIError => e
7676
puts(e.status) # 400
7777
end

0 commit comments

Comments
 (0)