mpp-sdk
Version:
SDK to talk to the Memento Payments Platform
42 lines (28 loc) • 513 B
Markdown
with the Memento Payments Platform.
```
npm i mpp-sdk
```
```html
<script src="https://unpkg.com/mpp-sdk/dist/mpp.bundle.min.js"></script>
```
```js
import { MPPSDK } from "mpp-sdk";
const config = {
host: "API_URL",
projectId: "YOUR_PROJECT_ID_HERE",
};
const mpp = new MPPSDK(config);
```
```html
<script>
const mpp = new MPPSDK.MPPSDK(config);
// ...
</script>
```
Simplify your communication