From 0e4a84991b146e886bbd9a5d60e3872b23918e75 Mon Sep 17 00:00:00 2001 From: Farhan Arshad Date: Tue, 9 Jul 2024 20:28:10 +0500 Subject: [PATCH] fix: Address PR comments by Hamza-2 --- .../core/presentation/iap/IAPErrorDialogType.kt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/src/main/java/org/openedx/core/presentation/iap/IAPErrorDialogType.kt b/core/src/main/java/org/openedx/core/presentation/iap/IAPErrorDialogType.kt index 37e5cf889..079d5736e 100644 --- a/core/src/main/java/org/openedx/core/presentation/iap/IAPErrorDialogType.kt +++ b/core/src/main/java/org/openedx/core/presentation/iap/IAPErrorDialogType.kt @@ -64,19 +64,19 @@ enum class IAPErrorDialogType( EXECUTE_BAD_REQUEST_ERROR_DIALOG( R.string.iap_course_not_fullfilled, R.string.iap_refresh_to_retry, - R.string.core_contact_support, + R.string.iap_get_help, R.string.core_cancel ), EXECUTE_FORBIDDEN_ERROR_DIALOG( R.string.iap_course_not_fullfilled, R.string.iap_refresh_to_retry, - R.string.core_contact_support, + R.string.iap_get_help, R.string.core_cancel ), EXECUTE_NOT_ACCEPTABLE_ERROR_DIALOG( R.string.iap_course_already_paid_for_message, R.string.iap_label_refresh_now, - R.string.core_contact_support, + R.string.iap_get_help, R.string.core_cancel ), EXECUTE_CONFLICT_ERROR_DIALOG( @@ -86,14 +86,14 @@ enum class IAPErrorDialogType( ), EXECUTE_GENERAL_ERROR_DIALOG( R.string.iap_general_upgrade_error_message, - R.string.iap_label_refresh_now, - R.string.core_contact_support, + R.string.iap_refresh_to_retry, + R.string.iap_get_help, R.string.core_cancel ), CONSUME_ERROR_DIALOG( R.string.iap_course_not_fullfilled, R.string.iap_refresh_to_retry, - R.string.core_contact_support, + R.string.iap_get_help, R.string.core_cancel ), PAYMENT_SDK_ERROR_DIALOG(