We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f442a commit 9bfcfc3Copy full SHA for 9bfcfc3
1 file changed
docs/v2/accounting/index.html
@@ -11292,7 +11292,7 @@ <h3>Usage and SDK Samples</h3>
11292
$lineItem->setQuantity(1.0);
11293
$lineItem->setUnitAmount(20.0);
11294
$lineItem->setAccountCode('000');
11295
-$lineItem->setTracking(lineItemTrackings);
+$lineItem->setTracking($lineItemTrackings);
11296
$lineItems = [];
11297
array_push($lineItems, $lineItem);
11298
0 commit comments