{{#ifCond result.orderStatus '==' 'Paid'}}

{{ @root.__ "Your payment has been successfully processed" }}

{{else}}

{{ @root.__ "Your payment has failed. Please try again or contact us." }}

{{/ifCond}} {{#if result}}

{{ @root.__ "Order ID" }}: {{result._id}}

{{ @root.__ "Payment ID" }}: {{result.orderPaymentId}}

{{/if}} {{#ifCond result.orderStatus '==' 'Paid'}}

{{ @root.__ "Please retain the details above as a reference of payment." }}

{{/ifCond}} Home