File tree Expand file tree Collapse file tree
includes/classes/PPMFWC/Gateway Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?php
2+
3+ /**
4+ * @phpcs:disable PSR1.Classes.ClassDeclaration.MissingNamespace
5+ * @phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6+ * @phpcs:disable PSR1.Methods.CamelCapsMethodName
7+ */
8+
9+ class PPMFWC_Gateway_Boekencadeau extends PPMFWC_Gateway_Abstract
10+ {
11+ /**
12+ * @return string
13+ */
14+ public static function getId ()
15+ {
16+ return 'pay_gateway_boekencadeau ' ;
17+ }
18+
19+ /**
20+ * @return string
21+ */
22+ public static function getName ()
23+ {
24+ return 'Boeken Cadeau ' ;
25+ }
26+
27+ /**
28+ * @return integer
29+ */
30+ public static function getOptionId ()
31+ {
32+ return 4749 ;
33+ }
34+ }
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ /**
4+ * @phpcs:disable PSR1.Classes.ClassDeclaration.MissingNamespace
5+ * @phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6+ * @phpcs:disable PSR1.Methods.CamelCapsMethodName
7+ */
8+
9+ class PPMFWC_Gateway_Leescadeaukaart extends PPMFWC_Gateway_Abstract
10+ {
11+ /**
12+ * @return string
13+ */
14+ public static function getId ()
15+ {
16+ return 'pay_gateway_leescadeaukaart ' ;
17+ }
18+
19+ /**
20+ * @return string
21+ */
22+ public static function getName ()
23+ {
24+ return 'Lees! Cadeaukaart ' ;
25+ }
26+
27+ /**
28+ * @return integer
29+ */
30+ public static function getOptionId ()
31+ {
32+ return 4758 ;
33+ }
34+ }
You can’t perform that action at this time.
0 commit comments