Ejemplo n.º 1
0
 function PaypalAPICreateProfile($orderID, $token)
 {
     $order = new osePaymentOrder();
     return $order->PaypalAPICreateProfile($orderID, $token);
 }