mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-16 01:58:40 +00:00
undo serialize deprecation and switch to installExternal api calls
This commit is contained in:
parent
57ac21ee93
commit
07ec3c1b6d
|
|
@ -14,7 +14,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\Marketing\Models;
|
namespace Modules\Marketing\Models;
|
||||||
|
|
||||||
use phpOMS\Contract\ArrayableInterface;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Promotion class.
|
* Promotion class.
|
||||||
|
|
@ -24,7 +23,7 @@ use phpOMS\Contract\ArrayableInterface;
|
||||||
* @link https://karaka.app
|
* @link https://karaka.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class PromotionAttribute implements \JsonSerializable, ArrayableInterface
|
class PromotionAttribute implements \JsonSerializable
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Id.
|
* Id.
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\Marketing\Models;
|
namespace Modules\Marketing\Models;
|
||||||
|
|
||||||
use phpOMS\Contract\ArrayableInterface;
|
|
||||||
use phpOMS\Localization\ISO639x1Enum;
|
use phpOMS\Localization\ISO639x1Enum;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -25,7 +24,7 @@ use phpOMS\Localization\ISO639x1Enum;
|
||||||
* @link https://karaka.app
|
* @link https://karaka.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class PromotionAttributeType implements \JsonSerializable, ArrayableInterface
|
class PromotionAttributeType implements \JsonSerializable
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Id
|
* Id
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\Marketing\Models;
|
namespace Modules\Marketing\Models;
|
||||||
|
|
||||||
use phpOMS\Contract\ArrayableInterface;
|
|
||||||
use phpOMS\Localization\ISO639x1Enum;
|
use phpOMS\Localization\ISO639x1Enum;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -25,7 +24,7 @@ use phpOMS\Localization\ISO639x1Enum;
|
||||||
* @link https://karaka.app
|
* @link https://karaka.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class PromotionAttributeTypeL11n implements \JsonSerializable, ArrayableInterface
|
class PromotionAttributeTypeL11n implements \JsonSerializable
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* ID.
|
* ID.
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\Marketing\Models;
|
namespace Modules\Marketing\Models;
|
||||||
|
|
||||||
use phpOMS\Contract\ArrayableInterface;
|
|
||||||
use phpOMS\Localization\ISO3166TwoEnum;
|
use phpOMS\Localization\ISO3166TwoEnum;
|
||||||
use phpOMS\Localization\ISO639x1Enum;
|
use phpOMS\Localization\ISO639x1Enum;
|
||||||
|
|
||||||
|
|
@ -28,7 +27,7 @@ use phpOMS\Localization\ISO639x1Enum;
|
||||||
* @link https://karaka.app
|
* @link https://karaka.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class PromotionAttributeValue implements \JsonSerializable, ArrayableInterface
|
class PromotionAttributeValue implements \JsonSerializable
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Id
|
* Id
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user