This repository was archived by the owner on Oct 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-47
lines changed
Request/OrderEdits/Command Expand file tree Collapse file tree 2 files changed +0
-47
lines changed Original file line number Diff line number Diff line change 99use Commercetools \Core \Request \OrderEdits \Command \OrderEditSetCustomFieldAction ;
1010use Commercetools \Core \Request \OrderEdits \Command \OrderEditSetCustomTypeAction ;
1111use Commercetools \Core \Request \OrderEdits \Command \OrderEditSetKeyAction ;
12- use Commercetools \Core \Request \OrderEdits \Command \OrderEditSetLineItemPriceAction ;
1312use Commercetools \Core \Request \OrderEdits \Command \OrderEditSetStagedActionsAction ;
1413
1514class OrderEditsActionBuilder
@@ -71,17 +70,6 @@ public function setKey($action = null)
7170 return $ this ;
7271 }
7372
74- /**
75- * @link https://docs.commercetools.com/http-api-projects-order-edits.html#set-lineitem-price
76- * @param OrderEditSetLineItemPriceAction|callable $action
77- * @return $this
78- */
79- public function setLineItemPrice ($ action = null )
80- {
81- $ this ->addAction ($ this ->resolveAction (OrderEditSetLineItemPriceAction::class, $ action ));
82- return $ this ;
83- }
84-
8573 /**
8674 *
8775 * @param OrderEditSetStagedActionsAction|callable $action
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments