Exemplo n.º 1
0
 public function getPayPalSubscription()
 {
     $sub = false;
     if ($this->isPayPalSubscription()) {
         $product = new Cart66Product($this->_productId);
         $sub = $product->getPayPalSubscription();
     }
     return $sub;
 }