Skip to content

Commit

Permalink
Fixing component-name-mapping for SepaDirectDebit
Browse files Browse the repository at this point in the history
  • Loading branch information
sponglord committed Sep 25, 2024
1 parent 9042b5d commit 5408767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/components/components-name-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const ComponentsNameMap = {
/** Direct debit */
[TxVariants.ach]: 'Ach',
[TxVariants.directdebit_GB]: 'BacsDirectDebit',
[TxVariants.sepadirectdebit]: 'Sepa',
[TxVariants.sepadirectdebit]: 'SepaDirectDebit',
/** Direct debit */

/** Open Invoice */
Expand Down

0 comments on commit 5408767

Please sign in to comment.