Files
kupshop/bundles/KupShop/GTMBundle/ServerSideGTMEvent/OrderStornoEvent.php
2025-08-02 16:30:27 +02:00

9 lines
154 B
PHP

<?php
namespace KupShop\GTMBundle\ServerSideGTMEvent;
class OrderStornoEvent extends OrderRefundBaseEvent
{
public string $refundType = 'storno';
}