Handle SubscriptionParseError in UpgradeView and process_pending_registrations_user
requested to merge birin.sanchez/ldh_middleware:430_pending_registration_parse_exception into master
I forgot to handle SubscriptionParseError
in other methods where parse_subscription
is used. This MR add code to handle the exception on those places.