Skip to content

Commit

Permalink
chore: changed the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
prajjwalkumar17 committed Jan 18, 2024
1 parent 3e7acf4 commit 471482a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ impl<F: Clone, Ctx: PaymentMethodRetrieve>
if is_pm_blocklisted {
return Err(errors::ApiErrorResponse::PaymentBlockedError {
code: 200,
message: "The specified Payment failed".to_string(),
message: "This payment was blocked".to_string(),
status: "Failed".to_string(),
reason: "Blocked".to_string(),
}
Expand Down

0 comments on commit 471482a

Please sign in to comment.