Skip to content

Commit c339fee

Browse files
authored
Add QBXML schema for QuickBooks SDK version 14.0 (#27)
1 parent e7a8b79 commit c339fee

File tree

2 files changed

+35794
-1
lines changed

2 files changed

+35794
-1
lines changed

lib/qbxml/qbxml.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ class Qbxml
1717
"10.0" => "#{SCHEMA_PATH}/qbxmlops100.xml",
1818
"11.0" => "#{SCHEMA_PATH}/qbxmlops110.xml",
1919
"12.0" => "#{SCHEMA_PATH}/qbxmlops120.xml",
20-
"13.0" => "#{SCHEMA_PATH}/qbxmlops130.xml"
20+
"13.0" => "#{SCHEMA_PATH}/qbxmlops130.xml",
21+
"14.0" => "#{SCHEMA_PATH}/qbxmlops140.xml"
2122
},
2223
qbpos: {
2324
"3.0" => "#{SCHEMA_PATH}/qbposxmlops30.xml"

0 commit comments

Comments
 (0)