Guest User

Untitled

a guest
Nov 18th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. vendor/magento/module-checkout/Observer/UnsetAllObserver.php
  2.  
  3. # Magento/Checkout/Controller/Onepage/Success.php
  4.  
  5. $session->clearQuote();
  6.  
  7. $orderId = 123;
  8. $incrementId = '000001'
  9.  
  10. $this->checkoutSession
  11. ->setLastOrderId($orderId)
  12. ->setLastRealOrderId($incrementId);
  13.  
  14. return true;
Add Comment
Please, Sign In to add comment