You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,15 @@ Or install it yourself as:
66
66
67
67
`$ gem install quickbooks-ruby`
68
68
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
+
69
78
## Sandbox Mode
70
79
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)
71
80
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