we-plugin-paypal
v1.0.0
Published
We.js we-plugin-paypal plugin
Downloads
3
Readme
We.js paypal integration plugin
Add paypal SDK in your We.js project
Installation
we i-we-plugin-paypal
Configuration
1. First get client_id and client_secret in paypal:
Configure and get your keys in: https://developer.paypal.com/
2. In: [project]/config/local.js
// ...
apiKeys: {
paypall: {
mode: 'sandbox', //sandbox or live
'client_id': 'yourPaypalClientId',
'client_secret': 'yourPaypalClientSecret',
}
},
// other configs ...
Links
- We.js site: http://wejs.org
NPM Info:
License
MIT license](https://github.com/wejs/we-core/blob/master/LICENSE.md).