|
|
@@ -113,7 +113,7 @@ const Index = () => { |
|
|
|
params:{ |
|
|
|
id:localStorage.getItem("paymentId"), |
|
|
|
transNo:transactionData.transicationId, |
|
|
|
transDateTime: responseData.paymentdetail.time, |
|
|
|
transDateTime: responseData.paymentdetail.time.replace("[UTC]",""), |
|
|
|
egisRefNo:responseData.paymentdetail.paymentid, |
|
|
|
status:responseData.paymentdetail.result.paymentstatuscode, |
|
|
|
payload:responseData |
|
|
|