| Current Path : /var/www/www.indacotrentino.com/www/vendor/stripe/module-payments/Model/Method/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/stripe/module-payments/Model/Method/Subscriptions.php |
<?php
namespace StripeIntegration\Payments\Model\Method;
class Subscriptions extends \Magento\Payment\Model\Method\Adapter
{
public function isAvailable(\Magento\Quote\Api\Data\CartInterface $quote = null)
{
return false;
}
}