Skip to content

Commit 264de73

Browse files
Adam Sturrockgitbook-bot
Adam Sturrock
authored andcommitted
GitBook: [master] one page modified
1 parent 5903721 commit 264de73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

additional-resources/your-first-api-request/3.-checkout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ You can see in the Order object above we received a few values that make paying
130130
| `status` | This will be either **`complete`** or **`incomplete`**. Useless when grouping orders in your own UI to your customers when they're logged in. |
131131
| `payment` | An order will be immediately unpaid, but once you move onto paying for an order, this can be: **`authorized`**, **`paid`** or **`refunded`**. |
132132
| `shipping` | This will be either **`fulfilled`** or **`unfulfilled`**. |
133-
| `meta` | This object contains useful metadata for your order including a formatted [order total](https://app.gitbook.com/@moltin/s/guides/calculation-methods) for your cart, along with when the cart was created. |
133+
| `meta` | This object contains useful metadata for your order including a formatted [order total](https://www.moltin.com/developer/concepts/how-to-calculate-cart-and-order-totals) for your cart, along with when the cart was created. |
134134
| `relationships` | This object will contain the IDs for related objects, including the [Order Items](https://docs.moltin.com/orders-and-customers/orders/order-items) and the [Customer](https://docs.moltin.com/orders-and-customers/customers#the-customer-object), if you provided one during Checkout. |
135135

136136

0 commit comments

Comments
 (0)