| Current Path : /home/rtorresani/www/vendor/stripe/module-payments/Model/ |
| Current File : //home/rtorresani/www/vendor/stripe/module-payments/Model/CheckoutSession.php |
<?php
namespace StripeIntegration\Payments\Model;
use StripeIntegration\Payments\Helper\Logger;
use StripeIntegration\Payments\Exception;
class CheckoutSession extends \Magento\Framework\Model\AbstractModel
{
protected function _construct()
{
$this->_init('StripeIntegration\Payments\Model\ResourceModel\CheckoutSession');
}
}