1.1.0 • Published 4 years ago

egg-payment-paydollar v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

egg-payment-paydollar

Install

$ npm i egg-payment-paydollar --save

Usage

// {app_root}/config/plugin.js
exports.paymentPaydollar = {
  enable: true,
  package: 'egg-payment-paydollar',
};

Configuration

// {app_root}/config/config.default.js
exports.paymentPaydollar = {};

see config/config.default.js for more detail.

Example

Paydollar Docs: https://wiki.pccwglobal.com/x/gRplAg

Questions & Suggestions

Please open an issue here.

License

MIT