paypal / ipn-code-samples

Other
562 stars 485 forks source link

Update paypal_ipn.php #16

Closed eltreno closed 8 years ago

eltreno commented 10 years ago

Paypal "Chained/Parallel" payments use square brackets in POST var names EG transaction[0].amount So we need to decode the $key as well so it can be read later in the script.

braebot commented 8 years ago

The php sample has been refactored. Please create a new PR if you still have contributions.