Skip to content

Commit 3296f3e

Browse files
TMONE-894 - add product additional info
1 parent 911040e commit 3296f3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/API2Client/Entities/Order/Additional/ProductAdditionalInfo.php renamed to src/API2Client/Entities/Order/Additional/ProductInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace API2Client\Entities\Order\Additional;
44

5-
class ProductAdditionalInfo implements AdditionalInfoInterface
5+
class ProductInfo implements AdditionalInfoInterface
66
{
77
/**
88
* @var string

src/API2Client/Entities/Order/Additional/ProductOffer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace API2Client\Entities\Order\Additional;
1111

1212

13-
class ProductOffer extends ProductAdditionalInfo
13+
class ProductOffer extends ProductInfo
1414
{
1515
/**
1616
* @var int

0 commit comments

Comments
 (0)