Skip to content

Commit

Permalink
[PM-17223] Update comma to period after "Invalid input provided" text (
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashendrickx authored Feb 22, 2025
1 parent f1af23d commit fb191b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class PaymentComponent implements OnInit, OnDestroy {
token,
};
} else {
throw "Invalid input provided, Please ensure all required fields are filled out correctly and try again.";
throw "Invalid input provided. Please ensure all required fields are filled out correctly and try again.";
}
}

Expand Down

0 comments on commit fb191b1

Please sign in to comment.