drupal and paypal [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
开发者_如何学Python Improve this questionHow do I connect to paypal using drupal? which module should I use?
Ubercart
This is full ecommerce module, enable there's paypal or paypal express.
lm_paypal
This is support paid memberships (subscriptions), donations (tip jar) and paid adverts.
Many modules interacts with paypal.
The question is, what are you trying to achieve?
If you look at www.drupalmodules.com and searches for paypal, you get several modules back.
Some of the options are, Donation, charge creation of specific nodes, and lots of other options.
I would recommend the Angell EYE PHP class library for PayPal.
It's an object oriented library and should be pretty simple to plug into Drupal. It includes nearly everything PayPal provides (ie. Payments Pro, PayFlow, Express Checkout, Adaptive Payments, Adaptive Accounts, everything in the PayPal NVP documentation, and more.)
I did convert it to a CodeIgniter library without much trouble at all and have had plans to do the same for Joomla, Drupal, Zend, etc. Just haven't had time to do it yet, but again, you should be able to make it work with Drupal pretty easily.
精彩评论