liberation:accounts-paypal

v1.0.3Published 11 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

meteor-accounts-paypal

A login service for Paypal. See the project page on Meteor Accounts for more details.

Install

meteor add liberation:accounts-paypal

Setup

1ServiceConfiguration.configurations.upsert(
2  { service: "paypal" },
3  { $set: { clientId: "...", secret: "...", loginStyle: "popup", environment: "<live|sandbox>"} }
4);