Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function isAddableProduct(BasketInterface $basket, ProductInterface $product)
 {
     if (!$product->isRecurrentPayment()) {
         return true;
     }
     return false;
 }