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