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