diff --git a/payment_sdk/src/components/ResponseScreen.tsx b/payment_sdk/src/components/ResponseScreen.tsx index 4106c3a..e25f029 100644 --- a/payment_sdk/src/components/ResponseScreen.tsx +++ b/payment_sdk/src/components/ResponseScreen.tsx @@ -35,7 +35,7 @@ const statusConfigs: Partial> = { }, [ResponseScreenStatuses.COMPLETE]: { title: "PAYMENT_WAITING", - defaultMessage: "PAYMENT_CANCELLED_MSG", + defaultMessage: "PAYMENT_WAITING_MSG", image: require("../assets/images/awaitingPayment.png"), }, [ResponseScreenStatuses.EXPIRED]: {