Skip to content

Commit

Permalink
As suggested by David Winterbottom we link the shipping address in th…
Browse files Browse the repository at this point in the history
…e shipping repository
  • Loading branch information
jmaupetit committed May 4, 2012
1 parent d14d2fc commit c2b5c60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paypal/express/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ def set_txn(basket, shipping_methods, currency, return_url, cancel_url, update_u

# Set shipping charge explicitly if it has been passed
if shipping_method:
shipping_method.set_shipping_addr( shipping_address )
max_charge = charge = shipping_method.basket_charge_incl_tax()
params['PAYMENTREQUEST_0_SHIPPINGAMT'] = charge
params['PAYMENTREQUEST_0_AMT'] += charge
Expand Down

0 comments on commit c2b5c60

Please sign in to comment.