I'm needing to verify if a specific item is included in an order upon ACTION_PAYMENT_PROCESSED is broadcast in order to prompt my application to update.
I know I can access this information using OrderConnector, just not sure the correct way to call this from a receiver.