Skip to content

Commit 667d8d3

Browse files
committed
fix dummy account id
1 parent f8a4123 commit 667d8d3

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
@@ -99,7 +99,7 @@ resp = client.accounts
9999
# => <Drip::Response ...>
100100

101101
account_id = resp.accounts.first.id
102-
# => "999999"
102+
# => "9999999"
103103

104104
client.account_id = account_id
105105
```

0 commit comments

Comments
 (0)