Dumplie\CustomerService\Domain\Payment::pay PHP Method

pay() public method

public pay ( )
    public function pay()
    {
        $this->state = $this->state->pay();
        $this->wasPaidAt = new \DateTimeImmutable();
    }