first commit
This commit is contained in:
18
class/payments/class.Hotovost.php
Normal file
18
class/payments/class.Hotovost.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
class Hotovost extends Payment
|
||||
{
|
||||
public static $name = 'Platba v hotovosti';
|
||||
protected ?string $defaultIcon = '../../common/static/payments/prodejna_hotove.svg';
|
||||
|
||||
public $class = 'Hotovost';
|
||||
|
||||
public $method;
|
||||
|
||||
protected $pay_method = Payment::METHOD_CASH;
|
||||
|
||||
public function requiresEET()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user