Skip to content

Commit

Permalink
TMONE-894 - add product additional info
Browse files Browse the repository at this point in the history
  • Loading branch information
dimanovoseltsev committed Feb 4, 2025
1 parent 911040e commit 3296f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace API2Client\Entities\Order\Additional;

class ProductAdditionalInfo implements AdditionalInfoInterface
class ProductInfo implements AdditionalInfoInterface
{
/**
* @var string
Expand Down
2 changes: 1 addition & 1 deletion src/API2Client/Entities/Order/Additional/ProductOffer.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace API2Client\Entities\Order\Additional;


class ProductOffer extends ProductAdditionalInfo
class ProductOffer extends ProductInfo
{
/**
* @var int
Expand Down

0 comments on commit 3296f3e

Please sign in to comment.