Gabriel Mariani

Results 9 comments of Gabriel Mariani

Managed to patch this by adding this to /src/Data/IPPRecurringTransaction.php ``` /** * @xmlType element * @xmlName JournalEntry * @varz com\intuit\schema\finance\v3\JournalEntry * @var IPPJournalEntry */ public $JournalEntry; /** * @xmlType element...

Had to also add this: ``` /** * @xmlType element * @xmlName SalesReceipt * @varz com\intuit\schema\finance\v3\SalesReceipt * @var IPPSalesReceipt */ public $SalesReceipt; ``` In order to get the correct error...

Looks like this is the complete list of types that should probably be added to support: Bill, Purchase, CreditMemo, Deposit, Estimate, Invoice, JournalEntry, RefundReceipt, SalesReceipt, Transfer, VendorCredit, and PurchaseOrder

Looks like this constant is also used in: src/XSD2PHP/src/com/mikebevz/xsd2php/Bind.php src/Core/Http/Serialization/XmlObjectSerializer.php src/Utility/MetadataExtractor.php src/Facades/FacadeHelper.php Just changing src/Core/CoreConstants.php will cause the rest of the files/classes to break.

Only if you don't want to break the SDK. lol

Not that i know of, i have not tested this. I was just reporting the issue.

Hello, I'm the developer of .minerva, a Shared Object editor ( https://mariani.life/projects/minerva/ ). I made a 90% compatible parser/writer for AS3 and AS2 shared objects (never took the time to...

Setting SecRequestBodyLimitAction to ProcessPartial did nothing, still got the error. Had to bump up SecRequestBodyLimit to get past the error. As celesteking said, either fix it or remove the "feature".

I did open a ticket with Elementor Pro support and this is what they told me on 10/17/2023: > I have checked your landing page and I'm afraid this is...