Skip to content

Commit c1bcc0f

Browse files
author
akfoster
authored
change transaction subtype to 'Fiat to Crypto' in Unit21 (#127)
* change to 'Card Payment' * change to 'Fiat to Crypto'
1 parent 90d835c commit c1bcc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/internal/unit21/transaction.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ func mapToUnit21TransactionEvent(transaction model.Transaction, transactionData
226226
EventId: transaction.ID, //required
227227
EventType: "transaction", //required
228228
EventTime: int(transaction.CreatedAt.Unix()), //required
229-
EventSubtype: "credit_card", //required for RTR
229+
EventSubtype: "Fiat to Crypto", //required for RTR
230230
Status: transaction.Status,
231231
Parents: nil,
232232
Tags: transactionTagArr,

0 commit comments

Comments
 (0)