diff --git a/paypal/standard/forms.py b/paypal/standard/forms.py index e9992a5..e5e756e 100644 --- a/paypal/standard/forms.py +++ b/paypal/standard/forms.py @@ -80,6 +80,7 @@ class PayPalPaymentsForm(forms.Form): lc = forms.CharField(widget=ValueHiddenInput()) page_style = forms.CharField(widget=ValueHiddenInput()) cbt = forms.CharField(widget=ValueHiddenInput()) + paymentaction = forms.CharField(widget=ValueHiddenInput()) #use e.g. for authorization # IPN control. notify_url = forms.CharField(widget=ValueHiddenInput())