PayPal Password Management - 2002 Przewodnik Instalacji Strona 15

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 22
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 14
Password Management Installation Guide April 2002 15
Configuring the PayPal Password Management Script
Updating your PayPal Account Preferences
3
8. The PayPal Password Management script features email alerts to notify the website
operator of any unexpected errors. Enabling this feature requires you to modify the
following constants:
my $SENDMAIL_PATH = '/usr/sbin/sendmail';
my $ADMIN_EMAIL = 'admin@abc123.com';
The $SENDMAIL_PATH should be filled in with the location of sendmail. Your ISP or system
administrator should be able to provide this information.
$ADMIN_EMAIL can be any valid
email address. All email notifications are sent to this address.
If you aren't interested in receiving error notification emails you can disable this feature by
leaving the
$ADMIN_EMAIL and $SENDMAIL_PATH fields empty.
9. You will need to enter the primary email address of your PayPal account. This is important
to validate the notifications sent to you.
The last user constant: @PAYMENT_EMAILS is your primary PayPal email address.
my @PAYMENT_EMAILS = ('payme@paypal-test-adr.com');
NOTE: If you change your primary email address in your PayPal account you will have to
change this variable.
Updating your PayPal Account Preferences
Your website is now ready for PayPal Password Management. All that remains is to activate
your account and update your subscription signup button.
To activate Password Management:
1. Log in to PayPal with your Business or Premier account. Next click on the "Profile" tab.
Click on the Preferences link. And finally click on Instant Payment Notification (IPN)
Preferences.
2. Select the checkbox to activate IPN and enter the URL of the paypal.pl script you installed
above. For example:
http://www.paypal-testing.com/cgi-bin/paypal.pl
NOTE: If you intend to secure communications between PayPal and your website make
sure the URL you specify is
https:// (this requires the installation of additional
modules detailed later).
3. Click on "Save Changes" to update PayPal with your changes.
Now that IPN is enabled all that remains is updating your Subscription buttons on your
website.
4. Click on the Sell tab and then the Subscriptions link. Fill in all the applicable information.
Be sure to check the box labeled "Advanced Feature: Check here if you would like PayPal
Przeglądanie stron 14
1 2 ... 10 11 12 13 14 15 16 17 18 19 20 21 22

Komentarze do niniejszej Instrukcji

Brak uwag