diff --git a/app.js b/app.js index 15fc0ec..e10b6f0 100644 --- a/app.js +++ b/app.js @@ -251,7 +251,7 @@ handlebars = handlebars.create({ } return '

The payment for this order is pending. We will be in contact shortly.

'; } - return '

Your payment has failed. Please try again or contact us.

'; + return '

Your payment has failed. Please try again or contact us.

'; }, paymentOutcome: (status) => { if(status === 'Paid' || status === 'Pending'){