Skip to content

Commit 9bfcfc3

Browse files
committed
Issue #308 Accounting Docs Type fix
1 parent e0f442a commit 9bfcfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v2/accounting/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11292,7 +11292,7 @@ <h3>Usage and SDK Samples</h3>
1129211292
$lineItem->setQuantity(1.0);
1129311293
$lineItem->setUnitAmount(20.0);
1129411294
$lineItem->setAccountCode('000');
11295-
$lineItem->setTracking(lineItemTrackings);
11295+
$lineItem->setTracking($lineItemTrackings);
1129611296
$lineItems = [];
1129711297
array_push($lineItems, $lineItem);
1129811298

0 commit comments

Comments
 (0)