From 52684c51f9257d8e6604a40f6cecd8dc66cff033 Mon Sep 17 00:00:00 2001 From: Rafael Mardones Date: Mon, 26 Dec 2022 15:31:36 -0300 Subject: [PATCH] Accounting docs typo fix --- docs/v2/accounting/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2/accounting/index.html b/docs/v2/accounting/index.html index 2f0fcfa6..a0b1855d 100644 --- a/docs/v2/accounting/index.html +++ b/docs/v2/accounting/index.html @@ -11292,7 +11292,7 @@

Usage and SDK Samples

$lineItem->setQuantity(1.0); $lineItem->setUnitAmount(20.0); $lineItem->setAccountCode('000'); -$lineItem->setTracking(lineItemTrackings); +$lineItem->setTracking($lineItemTrackings); $lineItems = []; array_push($lineItems, $lineItem);