Skip to content

Commit

Permalink
PayFlexCPV4 - removed unsupported tx mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
mustapayev committed Nov 3, 2024
1 parent e7f8361 commit e5afa63
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ class PayFlexCPV4PosRequestDataMapper extends AbstractRequestDataMapper
PosInterface::TX_TYPE_CANCEL => 'Cancel',
PosInterface::TX_TYPE_REFUND => 'Refund',
PosInterface::TX_TYPE_REFUND_PARTIAL => 'Refund',
PosInterface::TX_TYPE_HISTORY => 'TxnHistory',
PosInterface::TX_TYPE_STATUS => 'OrderInquiry',
];

/**
Expand Down

0 comments on commit e5afa63

Please sign in to comment.