--- paypal.module_cvs	2006-07-19 12:56:46.358050984 +0100
+++ paypal.module	2006-07-19 12:57:40.588806656 +0100
@@ -133,7 +133,15 @@
                      'no_shipping'    => 1,
                      'return'         => $return_url,
                      'cancel_return'  => $cancel_url,
-                     'currency_code'  => variable_get('paypal_currency_code', 'USD')
+                     'currency_code'  => variable_get('paypal_currency_code', 'USD'),
+                     'email'          => $user->mail,
+                     'first_name'     => $txn->address['billing']->firstname,
+                     'last_name'      => $txn->address['billing']->lastname,
+                     'address1'       => $txn->address['billing']->street1,
+                     'address2'       => $txn->address['billing']->street2,
+                     'city'           => $txn->address['billing']->city,
+                     'state'          => $txn->address['billing']->state,
+                     'zip'            => $txn->address['billing']->zip,
                      );
   if (($shipping = store_search_misc(array('type' => 'shipping'), $txn)) !==
   FALSE) {
