fixed typos for cart ids
This commit is contained in:
Devdutta Bain
2025-01-24 13:01:35 +05:30
committed by GitHub
parent 36a08ac133
commit 8d0b9f5c69

View File

@@ -45,7 +45,7 @@ import { Table } from "docs-ui"
```ts blockStyle="inline"
{
id, // The ID of the customer
id, // The ID of the cart
}
```
@@ -66,11 +66,11 @@ import { Table } from "docs-ui"
```ts blockStyle="inline"
{
id, // The ID of the customer
id, // The ID of the cart
}
```
</Table.Cell>
</Table.Row>
</Table.Body>
</Table>
</Table>