Add learn more developer's portal link

This commit is contained in:
FrciSmrci 2022-11-18 10:26:47 +01:00
parent ea7d9a8b47
commit 0e01c78b57

View File

@ -70,4 +70,6 @@ const { cart } = useContext(Context)
<CartButton cart={cart} customText="Custom text" customClass="custom-css-class"></CartButton> <CartButton cart={cart} customText="Custom text" customClass="custom-css-class"></CartButton>
``` ```
To learn more about Rally's checkout button capabilities visit our [Developer's portal](https://developers.rallyon.com/docs/jssdk/checkout-button/integrating-the-checkout-button/).