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
 */
namespace Mollie\Application\Command;
use Mollie\DTO\ApplePay\Order;
if (!defined('_PS_VERSION_')) {
    exit;
}
final class CreateApplePayOrder
{
    /**
     * @var int
     */
    private $cartId;
    /**
     * @var Order
     */
    private $order;
    /**
     * @var string
     */
    private $cardToken;
    public function __construct(int $cartId, Order $order, string $cardToken)
    {
        $this->cartId = $cartId;
        $this->order = $order;
        $this->cardToken = $cardToken;
    }
    public function getCartId(): int
    {
        return $this->cartId;
    }
    public function getOrder(): Order
    {
        return $this->order;
    }
    public function getCardToken(): string
    {
        return $this->cardToken;
    }
}
xxxxx1.0, XXX xxxx