Dumplie\CustomerService\Domain\OrderState\Created::refund PHP 메소드

refund() 공개 메소드

public refund ( ) : Dumplie\CustomerService\Domain\OrderState
리턴 Dumplie\CustomerService\Domain\OrderState
    public function refund() : OrderState
    {
        throw InvalidTransitionException::unexpectedTransition('created', 'refunded');
    }