Activity responsible for validating that the cart being checked out and its items have been priced.
This simply checks the isPriced
flags on the cart and its items.
If any are false, then a CheckoutWorkflowActivityException is thrown with failureType
INVALID_CART_PRICING
, which is then handled by CheckoutWorkflowActivity and can be referenced by the checkout initiator in the CheckoutResponse.