Skip to content

Commit

Permalink
Add GET_PROMOTION_PERFORMANCE_REPORT to ReportType
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Dec 22, 2021
1 parent 0f787dd commit 78666d6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions lib/ReportType.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ class ReportType
'restricted' => false,
];
public const GET_VENDOR_NET_PURE_PRODUCT_MARGIN_REPORT = [
'contentType' => ContentType::JSON,
'name' => 'GET_VENDOR_NET_PURE_PRODUCT_MARGIN_REPORT',
'restricted' => false,
'contentType' => ContentType::JSON,
'name' => 'GET_VENDOR_NET_PURE_PRODUCT_MARGIN_REPORT',
'restricted' => false,
];


Expand Down Expand Up @@ -264,6 +264,11 @@ class ReportType
'name' => 'GET_V2_SELLER_PERFORMANCE_REPORT',
'restricted' => false,
];
public const GET_PROMOTION_PERFORMANCE_REPORT = [
'contentType' => ContentType::JSON,
'name' => 'GET_PROMOTION_PERFORMANCE_REPORT',
'restricted' => false,
];


// Settlement reports
Expand Down

0 comments on commit 78666d6

Please sign in to comment.