Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wejs/we-plugin-paypal
We.js plugin for connect with paypal API and we-plugin-payment
https://github.com/wejs/we-plugin-paypal
Last synced: about 2 months ago
JSON representation
We.js plugin for connect with paypal API and we-plugin-payment
- Host: GitHub
- URL: https://github.com/wejs/we-plugin-paypal
- Owner: wejs
- Created: 2016-05-04T19:03:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T14:02:02.000Z (almost 8 years ago)
- Last Synced: 2024-11-07T05:52:19.322Z (2 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# We.js paypal integration plugin
[![Build Status](https://travis-ci.org/wejs/we-plugin-paypal.svg?branch=master)](https://travis-ci.org/wejs/we-plugin-paypal)
[![Dependency Status](https://david-dm.org/wejs/we-plugin-paypal.png)](https://david-dm.org/wejs/we-plugin-paypal)
[![Coverage Status](https://coveralls.io/repos/github/wejs/we-plugin-paypal/badge.svg?branch=master)](https://coveralls.io/github/wejs/we-plugin-paypal?branch=master)Add paypal SDK in your We.js project
## Installation
```sh
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
```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:
[![NPM](https://nodei.co/npm/we-plugin-event.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/we-plugin-event/)## License
MIT license](https://github.com/wejs/we-core/blob/master/LICENSE.md).