Skip to content

lampewebdev/meteor-payapl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor PayPal Package

Installation

meteor add lampe:paypal

Setup on Server:

Paypal.setConfig({
    'host': 'api.sandbox.paypal.com',
    'port': '',
    'client_id': 'XXX',
    'client_secret': 'ZZZ'
});

Meteor Methods:

Meteor.call("PayPalPaymentDetails", payId);
Meteor.call("PayPalPaymentList");
Meteor.call("payPalCreatePayPalPayment", payment);
Meteor.call("payPalExecutePayment", payId, payerId);

About

paypal-rest-sdk wrapper for Meteor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published