uWeb Tech

Results 1 issues of uWeb Tech

Added MassPay to this excellent class. Example use: $paypal['api_username'] = 'username'; $paypal['api_password'] = 'password'; $paypal['api_signature'] = 'API'; // Initiate $payment = new phpPayPal($paypal, true); // Server (Required) $payment->ip_address = $_SERVER['REMOTE_ADDR'];...