diff --git a/Authoring Samples/ShoppingCart/SPECIAL_BETTER_ShoppingCart.json b/Authoring Samples/ShoppingCart/SPECIAL_BETTER_ShoppingCart.json deleted file mode 100644 index c82b8bf..0000000 --- a/Authoring Samples/ShoppingCart/SPECIAL_BETTER_ShoppingCart.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "Customer": { - "FirstName": "John", - "LastName": "Smith", - "MemberStatus": "Premium", - "BillingAddress": { - "Street": "2021 North Greenview", - "City": "Chicago", - "State": "IL", - "ZipCode": "60622" - }, - "ShippingAddress": { - "Street": "651 West Washington", - "City": "Chicago", - "State": "IL", - "ZipCode": "60661" - }, - "PaymentInfo": { - "CreditCardType": "MasterCard", - "CreditCardNumber": "XXXX-XXXX-9009", - "ExpirationDate": "2022-07-01T00:00:00" - } - }, - "Items": [ - { - "ProductID": "1", - "Product": "BoseĀ® SoundSport In-Ear Headphones", - "Quantity": 1, - "PricePerUnit": 79.99 - }, - { - "ProductID": "2", - "Product": "Insignia Global Travel Adapter Kit", - "Quantity": 1, - "PricePerUnit": 24.99 - }, - { - "ProductID": "3", - "Product": "Belkin Wireless Charging Pad", - "Quantity": 1, - "PricePerUnit": 49.99 - }, - { - "ProductID": "4", - "Product": "Targus City Laptop Backpack", - "Quantity": 2, - "PricePerUnit": 34.99 - } - ], - "PromotionalCode": "School", - "ShippingOption": "TwoDayShipping" -} \ No newline at end of file diff --git a/Authoring Samples/ShoppingCart/ShoppingCartApp.ruleappx b/Authoring Samples/ShoppingCart/ShoppingCartApp.ruleappx new file mode 100644 index 0000000..41d20a3 Binary files /dev/null and b/Authoring Samples/ShoppingCart/ShoppingCartApp.ruleappx differ diff --git a/Authoring Samples/ShoppingCart/ShoppingCartRules.ruleappx b/Authoring Samples/ShoppingCart/ShoppingCartRules.ruleappx deleted file mode 100644 index df4ba4f..0000000 Binary files a/Authoring Samples/ShoppingCart/ShoppingCartRules.ruleappx and /dev/null differ diff --git a/Authoring Samples/ShoppingCart/sampleShoppingCart.json b/Authoring Samples/ShoppingCart/sampleShoppingCart.json deleted file mode 100644 index f1eb037..0000000 --- a/Authoring Samples/ShoppingCart/sampleShoppingCart.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "Customer": { - "ID": "1", - "FirstName": "Theresa", - "LastName": "Benson", - "MemberStatus": "Valued", - "ShippingAddress": { - "State": "IL" - } - }, - "Items": [ - { - "ProductID": "1", - "Product": "Pencil", - "Quantity": 50, - "PricePerUnit": 10.0 - } - ] -} \ No newline at end of file