we-plugin-paypal

We.js we-plugin-paypal plugin

Usage no npm install needed!

<script type="module">
  import wePluginPaypal from 'https://cdn.skypack.dev/we-plugin-paypal';
</script>

README

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).