We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4680eb6 commit a8ee637Copy full SHA for a8ee637
2 files changed
assets/logos/432.png
1.95 KB
includes/classes/PPMFWC/Gateway/Giftforgood.php
@@ -0,0 +1,34 @@
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_Giftforgood extends PPMFWC_Gateway_Abstract
10
+{
11
+ /**
12
+ * @return string
13
14
+ public static function getId()
15
+ {
16
+ return 'pay_gateway_giftforgood';
17
+ }
18
19
20
21
22
+ public static function getName()
23
24
+ return 'Gift for Good';
25
26
27
28
+ * @return integer
29
30
+ public static function getOptionId()
31
32
+ return 4773;
33
34
+}
0 commit comments