HotcakesCommerce / hotcakes-commerce-core

The core of the e-commerce part of the overall solution. This is an ecommerce shopping cart solution built on top of the DNN (DotNetNuke) CMS. Anyone can do commerce online now!
https://mmmcommerce.com
MIT License
68 stars 55 forks source link

Fixes Transaction.Items is null first time ProcessTransaction is called #349

Closed joshgk00 closed 3 years ago

joshgk00 commented 3 years ago

Resolves #345 by using the OrderTaskContext.Order.OrderNumber as a fallback in case the OrderNumber on the Transaction object is empty

WillStrohl commented 3 years ago

Outstanding stuff. Thank you!