diff --git a/paytm-donation/includes/PaytmConstantsDonation.php b/paytm-donation/includes/PaytmConstantsDonation.php index 5ff91e0..75ed635 100755 --- a/paytm-donation/includes/PaytmConstantsDonation.php +++ b/paytm-donation/includes/PaytmConstantsDonation.php @@ -1,70 +1,70 @@ Transaction ID: %s"; - CONST PAYTM_ORDER_ID = "Paytm Order ID: %s"; + CONST TRANSACTION_ID = "Transaction ID: %s"; + CONST PAYTM_ORDER_ID = "Paytm Order ID: %s"; CONST REASON = " Reason: %s"; CONST FETCH_BUTTON = "Fetch Status"; //Success - CONST SUCCESS_ORDER_MESSAGE = "Thank you for your order. Your payment has been successfully received."; - CONST RESPONSE_SUCCESS = "Updated STATUS has been fetched"; - CONST RESPONSE_STATUS_SUCCESS = " and Transaction Status has been updated PENDING to %s"; - CONST RESPONSE_ERROR = "Something went wrong. Please again'"; + CONST SUCCESS_ORDER_MESSAGE = "Thank you for your order. Your payment has been successfully received."; + CONST RESPONSE_SUCCESS = "Updated STATUS has been fetched"; + CONST RESPONSE_STATUS_SUCCESS = " and Transaction Status has been updated PENDING to %s"; + CONST RESPONSE_ERROR = "Something went wrong. Please again'"; //Error - CONST PENDING_ORDER_MESSAGE = "Your payment has been pending!"; - CONST ERROR_ORDER_MESSAGE = "Your payment has been failed!"; - CONST ERROR_SERVER_COMMUNICATION = "It seems some issue in server to server communication. Kindly connect with us."; - CONST ERROR_CHECKSUM_MISMATCH = "Security Error. Checksum Mismatched!"; - CONST ERROR_AMOUNT_MISMATCH = "Security Error. Amount Mismatched!"; - CONST ERROR_INVALID_ORDER = "No order found to process. Kindly contact with us."; - CONST ERROR_CURL_DISABLED = "cURL is not enabled properly. Please verify."; - CONST ERROR_CURL_WARNING = "Your server is unable to connect with us. Please contact to Paytm Support."; + CONST PENDING_ORDER_MESSAGE = "Your payment has been pending!"; + CONST ERROR_ORDER_MESSAGE = "Your payment has been failed!"; + CONST ERROR_SERVER_COMMUNICATION = "It seems some issue in server to server communication. Kindly connect with us."; + CONST ERROR_CHECKSUM_MISMATCH = "Security Error. Checksum Mismatched!"; + CONST ERROR_AMOUNT_MISMATCH = "Security Error. Amount Mismatched!"; + CONST ERROR_INVALID_ORDER = "No order found to process. Kindly contact with us."; + CONST ERROR_CURL_DISABLED = "cURL is not enabled properly. Please verify."; + CONST ERROR_CURL_WARNING = "Your server is unable to connect with us. Please contact to Paytm Support."; } -?> \ No newline at end of file +?>