Initial dev export (exclude uploads/runtime)
This commit is contained in:
11
plugins/store/gateways/GatewayInterface.php
Normal file
11
plugins/store/gateways/GatewayInterface.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Plugins\Store\Gateways;
|
||||
|
||||
interface GatewayInterface
|
||||
{
|
||||
public function key(): string;
|
||||
public function label(): string;
|
||||
public function isEnabled(array $settings): bool;
|
||||
}
|
||||
Reference in New Issue
Block a user