JEMBOT MAWOT Bypass Shell
<?php
/**
* Mollie https://www.mollie.nl
*
* @author Mollie B.V. <info@mollie.nl>
* @copyright Mollie B.V.
* @license https://github.com/mollie/PrestaShop/blob/master/LICENSE.md
*
* @see https://github.com/mollie/PrestaShop
* @codingStandardsIgnoreStart
*/
if (!defined('_PS_VERSION_')) {
exit;
}
/**
* Holds data for duplicated cart -> order id from which cart was duplicated.
*/
class MolPendingOrderCart extends ObjectModel
{
/**
* @var int
*/
public $order_id;
/**
* @var int
*/
public $cart_id;
/**
* @var array
*/
public static $definition = [
'table' => 'mol_pending_order_cart',
'primary' => 'id_mol_pending_order_cart',
'fields' => [
'order_id' => ['type' => self::TYPE_INT, 'validate' => 'isInt'],
'cart_id' => ['type' => self::TYPE_INT, 'validate' => 'isInt'],
],
];
}
xxxxx1.0, XXX xxxx