Browse code

removed appinfo/signature.json and Telnyx

DoubleBastionAdmin authored on 19/08/2022 12:45:59
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,21 +0,0 @@
1
-<?php
2
-
3
-namespace Telnyx;
4
-
5
-/**
6
- * Class BillingGroup
7
- *
8
- * @package Telnyx
9
- */
10
-class BillingGroup extends ApiResource
11
-{
12
-
13
-    const OBJECT_NAME = "billing_group";
14
-
15
-    use ApiOperations\All;
16
-    use ApiOperations\Create;
17
-    use ApiOperations\Delete;
18
-    use ApiOperations\Retrieve;
19
-    use ApiOperations\Update;
20
-
21
-}
Browse code

added appinfo/signature.json and Telnyx directory

DoubleBastionAdmin authored on 19/08/2022 11:38:54
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,21 @@
1
+<?php
2
+
3
+namespace Telnyx;
4
+
5
+/**
6
+ * Class BillingGroup
7
+ *
8
+ * @package Telnyx
9
+ */
10
+class BillingGroup extends ApiResource
11
+{
12
+
13
+    const OBJECT_NAME = "billing_group";
14
+
15
+    use ApiOperations\All;
16
+    use ApiOperations\Create;
17
+    use ApiOperations\Delete;
18
+    use ApiOperations\Retrieve;
19
+    use ApiOperations\Update;
20
+
21
+}
Browse code

removed Telnyx directory

DoubleBastionAdmin authored on 19/08/2022 11:12:03
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,21 +0,0 @@
1
-<?php
2
-
3
-namespace Telnyx;
4
-
5
-/**
6
- * Class BillingGroup
7
- *
8
- * @package Telnyx
9
- */
10
-class BillingGroup extends ApiResource
11
-{
12
-
13
-    const OBJECT_NAME = "billing_group";
14
-
15
-    use ApiOperations\All;
16
-    use ApiOperations\Create;
17
-    use ApiOperations\Delete;
18
-    use ApiOperations\Retrieve;
19
-    use ApiOperations\Update;
20
-
21
-}
Browse code

Created repository.

DoubleBastionAdmin authored on 01/03/2022 23:47:00
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,21 @@
1
+<?php
2
+
3
+namespace Telnyx;
4
+
5
+/**
6
+ * Class BillingGroup
7
+ *
8
+ * @package Telnyx
9
+ */
10
+class BillingGroup extends ApiResource
11
+{
12
+
13
+    const OBJECT_NAME = "billing_group";
14
+
15
+    use ApiOperations\All;
16
+    use ApiOperations\Create;
17
+    use ApiOperations\Delete;
18
+    use ApiOperations\Retrieve;
19
+    use ApiOperations\Update;
20
+
21
+}