Your IP : 216.73.216.43


Current Path : /var/www/www.indacotrentino.com/www/vendor/stripe/module-payments/Model/Method/
Upload File :
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;
    }
}