OnlinePhotoShop.checkout.Checkout.SaveOrder Function
Creates a new order based on the items in the shopping cart and the given customer record. After the order was saved the items in the shopping cart are removed.
Private void SaveOrder (OnlinePhotoShop.CustomerRecord)
Type
Name
Description
CustomerRecord
record
Customer record.
Return
Description
void