1.0.2 • Published 1 year 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-payment
or
npm install bee-payment --save
Payment
import { payment } from "bee-payment";
const paySuccessfulCallback = () => {};
payment(orderIdUrl, paySuccessfulCallback);