Example #1
0
 public static function refund($paymentID, $partialAmount = false)
 {
     $impl = new PayPal();
     return $impl->refundPayment($paymentID, $partialAmount);
 }