1.0.2 • Published 2 years ago
bee-payment-coins v1.0.2
Installation
you install bee-payment via the package manager of your choice and ship it as part of your application bundle:
yarn add bee-paymentor
npm install bee-payment --savePayment
import { payment } from "bee-payment";
const paySuccessfulCallback = () => {};
payment(orderIdUrl, paySuccessfulCallback);