Exemple #1
0
 public static function cancel($localTrxID)
 {
     $trxid = Session::instance()->get_once(self::SESSION_TOKEN);
     $impl = new PayPal();
     $localTrxID = $impl->retrieveLocalTrx($localTrxID);
     $impl = new PayPal();
     HTTP::redirect($impl->cancelled($localTrxID));
 }