Skip to content

Commit

Permalink
fix: Correcting field type for Concardis directdebit payment error me…
Browse files Browse the repository at this point in the history
…ssage key (#317)
  • Loading branch information
harshrsys authored Jul 10, 2020
1 parent 6af8f24 commit a762d12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export class PaymentConcardisDirectdebitComponent extends PaymentConcardisCompon
this.errorMessage.accountholder.messageKey = this.getErrorMessage(
this.errorMessage.accountholder.code,
'sepa',
'bic',
'accountholder',
this.errorMessage.accountholder.message
);
this.handleErrors('accountHolder', this.errorMessage.accountholder.messageKey);
Expand Down

0 comments on commit a762d12

Please sign in to comment.