Skip to content

Commit

Permalink
BATM-5350 - Add payment type into transaction detail (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMaros authored Sep 15, 2023
1 parent 8212fd1 commit bc3634c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,9 @@ public interface ITransactionDetails {
* or using {@link IExtensionContext#updateTransaction(String, Integer, String, Map)}.
*/
Map<String, String> getCustomData();

/**
* @return Payment type: CASH/PAYMENT_CARD
*/
String getPaymentType();
}

0 comments on commit bc3634c

Please sign in to comment.