Change the value of Field Status = SUCCESS to Success

This commit is contained in:
Marshal
2026-08-07 15:21:55 +00:00
parent 84c3f7a584
commit 6b3c055a93
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ export function mapPaymentSuccess(
End_To_End_Txn_Id: request.End_To_End_Txn_Id,
Cbe_Txn_Ref: request.Cbe_Txn_Ref,
Destination_Txn_Ref: destinationTxnRef,
Status: "SUCCESS",
Status: "Success",
Response_Code: "0",
Response_Description: "Success",
Additional_Fields: [],

View File

@@ -21,7 +21,7 @@ export function mapQuerySuccess(
Credit_Acct_Number: "",
Transaction_Type: "",
Timestamp: new Date().toISOString(),
Status: "SUCCESS",
Status: "Success",
Response_Code: "0",
Response_Description: "Success",
Additional_Fields: [],