Skip to content

Commit 21e7715

Browse files
authored
Update README.md
Added section about minorversion
1 parent 03cea00 commit 21e7715

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ Or install it yourself as:
6666

6767
`$ gem install quickbooks-ruby`
6868

69+
## Minorversion
70+
71+
As of July 2025 `75` is the minimum version supported. If not specified the QBO API will default to this version. You can specify another version of your choice via:
72+
73+
```ruby
74+
Quickbooks.minorversion = 75
75+
```
76+
77+
6978
## Sandbox Mode
7079
An API app provides two sets of OAuth key for production and development. Since October 22, 2014, only [Sandbox Companies](https://developer.intuit.com/docs/api/accounting)
7180
are allowed to connected to the QBO via the development key. The end-point for sandbox mode is https://sandbox-quickbooks.api.intuit.com.

0 commit comments

Comments
 (0)