Skip to content

Instantly share code, notes, and snippets.

View dmzoneill's full-sized avatar
😃

Dave dmzoneill

😃
View GitHub Profile
@dmzoneill
dmzoneill / PHP Paypal Instant Payment Notification.txt
Last active January 25, 2023 19:44
PHP Paypal Instant Payment Notification
<?php
require 'site-config.php';
require 'PaypalIPN.php';
if (class_exists('Transaction') === false) {
class Transaction
{
private $error = array();