Skip to content

Commit

Permalink
fix: Move columns in payment operations (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanikabansal-juspay authored Nov 27, 2024
1 parent 12843a5 commit aeeb226
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/screens/Order/OrderEntity.res
Original file line number Diff line number Diff line change
Expand Up @@ -331,12 +331,13 @@ let getAttempts: JSON.t => array<attempts> = json => {
let defaultColumns: array<colType> = [
PaymentId,
Connector,
ConnectorTransactionID,
ProfileId,
Amount,
Status,
PaymentMethod,
PaymentMethodType,
CardNetwork,
ConnectorTransactionID,
Email,
MerchantOrderReferenceId,
Description,
Expand Down

0 comments on commit aeeb226

Please sign in to comment.