9 lines
154 B
PHP
9 lines
154 B
PHP
<?php
|
|
|
|
namespace KupShop\GTMBundle\ServerSideGTMEvent;
|
|
|
|
class OrderStornoEvent extends OrderRefundBaseEvent
|
|
{
|
|
public string $refundType = 'storno';
|
|
}
|