mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Change the value of Field Status = SUCCESS to Success
This commit is contained in:
@@ -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: [],
|
||||
|
||||
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user