Modify how we build an OrderItem after the creation request to MM
- Move the NewLineRequest in
models
folder - Complete the
NewLineRequest.to_order_item()
method - Use
get
to retrieve items from dictionary to avoid keyError exceptions if missing
models
folderNewLineRequest.to_order_item()
methodget
to retrieve items from dictionary to avoid keyError
exceptions if missing