| Current Path : /home/rtorresani/www/vendor/stripe/module-payments/Model/Method/ |
| Current File : //home/rtorresani/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;
}
}