Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit f74bf65

Browse files
authored
Update Success.js
1 parent 13d4c87 commit f74bf65

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/views/pages/PaymentStatus/Success.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ export default function Success() {
1717
function () {
1818
removeWait(false);
1919
},
20-
5000)
20+
7000)
2121

2222
if (wait) {
2323
return (
2424
<div className={classes.root}>
25-
<Typography align="center">Your last payment to codeforcause was successful. Redirecting to home page...</Typography>
25+
<Typography align="center">Your last payment to codeforcause was successful. We will connect you within 24 hours for further details.</Typography>
26+
<Typography align="center">Connect with us is case of any doubt.</Typography>
27+
<Typography align="center">Redirecting to home page...</Typography>
2628
</div>
2729
);
2830
}

0 commit comments

Comments
 (0)