Skip to content

Commit

Permalink
dont show refund cancelled message when user cancels refund
Browse files Browse the repository at this point in the history
  • Loading branch information
fire-at-will authored Dec 13, 2024
1 parent 2adc6f0 commit e13379a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ struct SubscriptionDetailsView: View {
case .success:
return localization.commonLocalizedString(for: .refundGranted)
case .userCancelled:
return localization.commonLocalizedString(for: .refundCanceled)
return nil
@unknown default:
return nil
}
Expand Down

0 comments on commit e13379a

Please sign in to comment.