/home/sharedstore/public_html/prestashop.sharedstore.ma/classes
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/classes/PaymentFree.php (1362B)
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/
/**
* Class PaymentFree
* Simple class to allow free order.
*/
class PaymentFree extends PaymentModule
{
/** @var bool Status */
public $active = true;
/** @var string */
public $name = 'free_order';
/** @var string */
public $displayName = 'Free order';
}