Skip to content

jamlfy/gateway-paypal-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Gateway for paypal web

var Gateway = require('gateway');
var paypalGateway = require('gateway-paypal-web');

Gateway.use( paypalGateway({
	client_id : '-- MY ID --',
	client_secret : '-- MY SECRET --',
}));

About

Gateway Paypal Web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published