1.0.13 • Published 5 years ago
@ventrata/checkout v1.0.13
@ventrata/checkout
Installation
The @ventrata/checkout library is published to the public npm
registry. You can install it using:
$ npm install --save @ventrata/checkoutUsing a Bundler
import "@ventrata/checkout/dist/esm";or when you need CommonJS
require("ventrata-checkout/dist/index");Using <script> Tags
<script src="https://unpkg.com/@ventrata/checkout/dist/umd.js"></script>Usage
Just insert the ventrata-checkout custom element yo your website.
<ventrata-checkout
product="{YOUR_PRODUCT_ID}"
token="{YOUR_TOKEN}"
></ventrata-checkout>