Skip to content

Commit 5903721

Browse files
Adam Sturrockgitbook-bot
Adam Sturrock
authored andcommittedSep 30, 2019
GitBook: [master] 2 pages modified
1 parent f8d2ec4 commit 5903721

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎additional-resources/your-first-api-request/2.-add-to-cart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Since we currently don't have any products within our Moltin inventory, we'll go
55
{% hint style="info" %}
66
Custom cart items are a great solution, if you manage your inventory outside of Moltin, and wish to slowly migrate your data.
77

8-
Custom items are also perfect when dealing with **taxes** and **shipping** charges.‌
8+
Custom items are also perfect when dealing with **shipping** charges.‌
99
{% endhint %}
1010

1111
### Add to Cart <a id="add-to-cart"></a>
1212

13-
Let's go ahead and add a `custom_item` to the Cart. We'll be using the same cart reference `abc` as in the [previous step](https://app.gitbook.com/@moltin/s/guides/your-first-api-request/1.-authentication).
13+
Let's go ahead and add a `custom_item` to the Cart. We'll be using the same cart reference `abc`
1414

1515
{% hint style="warning" %}
1616
Replace `XXXX` below with your `access_token.`

‎additional-resources/your-first-api-request/4.-pay-for-your-orderuntitled.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Before we can use the Payments API, we must first configure a payment gateway.
1010

1111
Right now Moltin provides native payment functionality for the following providers:‌
1212

13-
*[Stripe](https://app.gitbook.com/@moltin/s/api/payments/gateways/configure-stripe)
14-
*[Braintree](https://app.gitbook.com/@moltin/s/api/payments/gateways/configure-braintree)
15-
*[CardConnect](https://app.gitbook.com/@moltin/s/api/payments/gateways/configure-cardconnect)
16-
*[Adyen](https://app.gitbook.com/@moltin/s/api/payments/gateways/configure-adyen)
13+
*[Stripe](https://docs.moltin.com/api/payments/paying-for-an-order/stripe-payments)
14+
*[Braintree](https://docs.moltin.com/api/payments/paying-for-an-order/braintree-payments)
15+
*[CardConnect](https://docs.moltin.com/api/payments/paying-for-an-order/cardconnect-payments)
16+
*[Adyen](https://docs.moltin.com/api/payments/paying-for-an-order/adyen-payments)
1717

1818
You will want to use the Manual Gateway if your gateway isn't listed above, you can learn how to use that [here](https://www.moltin.com/developer/concepts/manual-payment-gateway-custom).‌
1919

0 commit comments

Comments
 (0)
Please sign in to comment.