Skip to content

Commit

Permalink
feat(adyen-template): added sofort as supported component
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanorct committed Feb 28, 2024
1 parent f2df02c commit e2abf94
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export class PaymentComponentsConverter {
{
type: 'paypal',
},
{
type: 'sofort',
},
],
};
}
Expand Down

0 comments on commit e2abf94

Please sign in to comment.