File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -358,6 +358,20 @@ class PaymentMethods {
358358 */
359359 const MOBILEPAY = 'mobilepay ' ;
360360
361+ /**
362+ * Online Banking Czech Republic.
363+ *
364+ * @var string
365+ */
366+ const ONLINE_BANKING_CZ = 'online_banking_cz ' ;
367+
368+ /**
369+ * Online Banking Slovakia.
370+ *
371+ * @var string
372+ */
373+ const ONLINE_BANKING_SK = 'online_banking_sk ' ;
374+
361375 /**
362376 * Multibanco.
363377 *
@@ -581,6 +595,8 @@ public static function get_payment_methods() {
581595 self ::MASTERCARD => __ ( 'Mastercard ' , 'pronamic_ideal ' ),
582596 self ::MB_WAY => __ ( 'MB WAY ' , 'pronamic_ideal ' ),
583597 self ::MOBILEPAY => __ ( 'MobilePay ' , 'pronamic_ideal ' ),
598+ self ::ONLINE_BANKING_CZ => __ ( 'Online Banking Czech Republic ' , 'pronamic_ideal ' ),
599+ self ::ONLINE_BANKING_SK => __ ( 'Online Banking Slovakia ' , 'pronamic_ideal ' ),
584600 self ::MULTIBANCO => __ ( 'Multibanco ' , 'pronamic_ideal ' ),
585601 self ::MYBANK => __ ( 'MyBank ' , 'pronamic_ideal ' ),
586602 self ::PAYCONIQ => __ ( 'Payconiq ' , 'pronamic_ideal ' ),
You can’t perform that action at this time.
0 commit comments