bee-payment-coins
v1.0.2
Published
you install `bee-payment` via the package manager of your choice and ship it as part of your application bundle:
Downloads
6
Readme
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);