We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b109f4 commit e3ec0f6Copy full SHA for e3ec0f6
app/code/Magento/Quote/Api/Data/CartInterface.php
@@ -223,14 +223,14 @@ public function setBillingAddress(\Magento\Quote\Api\Data\AddressInterface $bill
223
/**
224
* Returns the reserved order ID for the cart.
225
*
226
- * @return int|null Reserved order ID. Otherwise, null.
+ * @return string|null Reserved order ID. Otherwise, null.
227
*/
228
public function getReservedOrderId();
229
230
231
* Sets the reserved order ID for the cart.
232
233
- * @param int $reservedOrderId
+ * @param string $reservedOrderId
234
* @return $this
235
236
public function setReservedOrderId($reservedOrderId);
0 commit comments