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