/[drupal]/contributions/modules/simple_paypal/README.txt
ViewVC logotype

Diff of /contributions/modules/simple_paypal/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Mon Jul 21 00:40:45 2008 UTC revision 1.2, Mon Jul 21 00:43:32 2008 UTC
# Line 0  Line 1 
1    Testing Paypal
2    --------------
3    The paypal sandbox works just like regular paypal (with transactions and everything)
4    except no actual money gets transferred. It allows you to create mock accounts (seller
5    and buyer) and create transactions between them.
6    
7    1. Sign up for an account at developer.paypal.com, receive the activation e-mail and
8       activate the account
9    2. Log in, go to "test accounts" and create a business (seller) account and personal
10       (buyer) account.
11    3. In whichever module you're using that uses simple_paypal, set the paypal e-mail
12       address to your business account e-mail address.
13    4. In /admin/settings/paypal, be sure to select the paypal sandbox URL.
14    
15    That's it. When a transaction has been completed, paypal should send a POST request to
16    the URL specified at the 'notify_url' variable.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2