我写了一个程序,可以从网站上下载订单,并使用SDK创建发票。有一些产品在QuickBooks中是以分组的形式列出的,所以在将它们添加到发票时,我无法列出价格。
If IList.Item(x).Type = 2 Then
Dim ORInvoiceLineAddListElement2 As IORInvoiceLineAdd
ORInvoiceLineAddListElement2 = newInvoice.ORInvoiceLineAddList.Append()
ORInvoiceLineAd
好的,我想我知道为什么会发生这个错误,因为firebase还没有初始化,但是我正在尝试访问它,但是我不明白为什么,因为我相信我在我的index.html中初始化了它。认为这是一种操作顺序/async的事情?
无论如何,我正在部署到Firebase主机上,所以根据
Initialize Firebase in your app (no need to include your Firebase config object when using reserved Hosting URLs):
我应该能够将<script src="/__/firebase/init.js"&