diff --git a/conservancy/supporters/views.py b/conservancy/supporters/views.py index 794abdf2..e543a781 100644 --- a/conservancy/supporters/views.py +++ b/conservancy/supporters/views.py @@ -91,8 +91,8 @@ def sustainers_paypal(request): # ---------------------- # # Conservancy accepts both one-off and monthly/annual recurring sustainer -# payments. Currently we used PayPal for this to avoid the compliance work and cost -# associated with PCI compliance. The relevant sustainer details and are sent to PayPal +# payments. Previously/currently we used PayPal for this to avoid the compliance work and cost +# associated with PCI compliance. The relevant sustainer details and are sent to PayPal # as custom fields, the donor pays via the PayPal hosted payment form, receives a # receipt from PayPal and then later Bradley runs a batch script that takes PayPal data # and sends a custom thanks email. (Where does the data come from? Is it a dashboard