Sto utilizzando questa classe per dialogare con il server di paypal ed effettuare pagamenti:
http://www.phpclasses.org/package/22...eractions.html
Anche se il pagamento risulta completato per come mi riporta qui:
Thank you for your order.
mc_gross: 15.70
protection_eligibility: Ineligible
address_status: unconfirmed
payer_id: 54JLT5Q62JGJC
tax: 0.00
address_street: **********
payment_date: 12:37:23 Jan 23, 2012 PST
payment_status: Completed
charset: windows-1252
address_zip: 56127
first_name: ******
mc_fee: 0.88
address_country_code: IT
address_name: **********
notify_version: 3.4
custom:
payer_status: unverified
business:******business@gmail.com
address_country: Italy
address_city: Pisa
quantity: 1
payer_email:*********personal@gmail.com
verify_sign: AymsYr.sAgh8M.iuXkFmiU3xIHK7AL8kbhp8NQyJzqcFpg4AOH .d48yj
txn_id: 4A222220WV811701R
payment_type: instant
last_name: *******
address_state: Pisa
receiver_email: ********business@gmail.com
payment_fee:
receiver_id: DR74ZRNVM7MEC
txn_type: web_accept
item_name: Paypal Test Transaction
mc_currency: EUR
item_number: 1327351010
residence_country: IT
test_ipn: 1
transaction_subject: Paypal Test Transaction
handling_amount: 0.00
payment_gross:
shipping: 0.00
merchant_return_link: clicca qui
form_charset: UTF-8
Se controllo il Log della classe mi restituisce:
Errore: IPN Validation Failed. - Errore Paypal server: HTTP/1.0 302 Found Location: https://www.sandbox.paypal.com Server: BigIP Connection: close Content-Length: 0
Premetto che non so nulla del funzionamento di un socket...
Qualcuno sa darmi un consiglio?
Grazie