egg-payment
v1.0.2
Published
base on egg payment plugin
Downloads
2
Readme
egg-payment
Install
$ npm i egg-payment --save
Usage
// {app_root}/config/plugin.js
exports.payment = {
enable: true,
package: 'egg-payment',
};
Configuration
// {app_root}/config/config.default.js
exports.payment = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.