Browse Source

payment fix bug

master
Anna Ho 1 year ago
parent
commit
73fcf37d96
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/Payment/PaymentCallback.js

+ 1
- 1
src/pages/Payment/PaymentCallback.js View File

@@ -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


Loading…
Cancel
Save