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 971b58b commit 9828e85Copy full SHA for 9828e85
app/code/core/Mage/Checkout/Model/Session.php
@@ -58,8 +58,8 @@
58
* @method int getLastQuoteId()
59
* @method $this setLastQuoteId(int $value)
60
* @method $this unsLastQuoteId()
61
- * @method int getLastRealOrderId()
62
- * @method $this setLastRealOrderId(int $value)
+ * @method string getLastRealOrderId()
+ * @method $this setLastRealOrderId(string $value)
63
* @method $this unsLastRealOrderId()
64
* @method int getLastRecurringProfileIds()
65
* @method $this setLastRecurringProfileIds(array $value)
0 commit comments