Your IP : 216.73.216.158


Current Path : /home/rtorresani/www/app/code/Webkul/BuyButton/Model/
Upload File :
Current File : //home/rtorresani/www/app/code/Webkul/BuyButton/Model/AllowCors.php

<?php
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_BuyButton
 * @author    Webkul
 * @copyright Copyright (c)  Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
namespace Webkul\BuyButton\Model;

class AllowCors implements \Webkul\BuyButton\Api\AllowCorsInterface
{

    /**
     * @inheritDoc
     */
    public function getCustomResponse()
    {
        return "Request Allowed";
    }
}