python - Paypal - We're sorry, we could not send an IPN - Django -



python - Paypal - We're sorry, we could not send an IPN - Django -

i'm using paypal django. 2 months ago paypal ipn working fine, fails. , paypal ipn simulator gives me error:

we're sorry, not send ipn.

i'm using django apache wsgi. here have server configuration:

<virtualhost *:80> serveradmin marcos@domain.com servername domain.com serveralias www.domain.com wsgiscriptalias / /var/www/domain/domain.wsgi alias /static/ /var/www/domain/static/ alias /media/ /var/www/domain/media/ <location "/static/"> options -indexes </location> documentroot /var/www <directory /> options followsymlinks allowoverride none </directory> <directory /var/www/> options indexes followsymlinks multiviews allowoverride none order allow,deny allow </directory> scriptalias /cgi-bin/ /usr/lib/cgi-bin/ <directory "/usr/lib/cgi-bin"> allowoverride none options +execcgi -multiviews +symlinksifownermatch order allow,deny allow </directory> errorlog ${apache_log_dir}/error.log # possible values include: debug, info, notice, warn, error, crit, # alert, emerg. loglevel warn customlog ${apache_log_dir}/access.log combined alias /doc/ "/usr/share/doc/" <directory "/usr/share/doc/"> options indexes multiviews followsymlinks allowoverride none order deny,allow deny allow 127.0.0.0/255.0.0.0 ::1/128 </directory> </virtualhost>

in other questions this one problem usage of non-standard ports, i'm using port "80".

the form i'm using send paypal this:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="paypal@domain.com"> <input type="hidden" name="undefined_quantity" value="1"> <input type="hidden" name="currency_code" value="eur"> <input type="hidden" name="item_name" value="title"> <input type="hidden" name="item_number" value="gd9s3nj4ew"> <input type="hidden" name="amount" value="26.90"> <input type="hidden" name="return" value="http://domain.com/thanks/"> <input type="hidden" name="cancel_return" value="http://domain.com/canceled/"> <input type="hidden" name="notify_url" value="http://domain.com/paypal_response"> <button type="submit" name="submit" id="confirmar-compra">confirmar</button> </form>

python django apache paypal mod-wsgi

Comments

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -