Package Exports
- mpp-sdk
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mpp-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Memento Payments SDK
Simplify your communication with the Memento Payments Platform.
Usage
import { MPPSDK } from "mpp-sdk";
const config = {
host: "API_URL",
projectId: "YOUR_PROJECT_ID_HERE"
};
const mpp = new MPPSDK(config);