Add extension.json
authorPlatonides <platonides@gmail.com>
Sun, 7 Jan 2018 21:33:17 +0000 (22:33 +0100)
committerPlatonides <platonides@gmail.com>
Sun, 7 Jan 2018 21:33:17 +0000 (22:33 +0100)
extension.json [new file with mode: 0644]

diff --git a/extension.json b/extension.json
new file mode 100644 (file)
index 0000000..4e9043c
--- /dev/null
@@ -0,0 +1,9 @@
+{
+       "AutoloadClasses": {
+               "PaypalWMES": "Paypal-wmes_body.php"
+       },
+       "Hooks": {
+               "ParserFirstCallInit": "PaypalWMES::setup"
+       },
+       "manifest_version": 1
+}