1.0.0 • Published 8 years ago

we-plugin-paypal v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

We.js paypal integration plugin

Build Status Dependency Status Coverage Status

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

NPM Info:

NPM

License

MIT license](https://github.com/wejs/we-core/blob/master/LICENSE.md).