Initial xentral_oss_20.3.c9ffacf
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Onlineshop\Data;
|
||||
|
||||
interface ShopConnectorResponseInterface
|
||||
{
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function isSuccessful(): bool;
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getMessage(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user