Skip to content
Snippets Groups Projects
Commit dde62714 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

add directbanking to list of supported methods

parent 5686fb38
No related branches found
No related tags found
No related merge requests found
Pipeline #8569 passed
......@@ -10,7 +10,7 @@ class Micropayment extends PaymentProcessor {
/**
* @var {string[]}
*/
#supported_services = ["sofort", "prepay", "lastschrift"];
#supported_services = ["sofort", "prepay", "lastschrift", "directbanking"];
/**
* @var {string}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment