From 0a25f11185af74c6dc06beff5edaad28671d369c Mon Sep 17 00:00:00 2001 From: Platonides Date: Sun, 7 Jan 2018 22:33:17 +0100 Subject: [PATCH] Add extension.json --- extension.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 extension.json diff --git a/extension.json b/extension.json new file mode 100644 index 0000000..4e9043c --- /dev/null +++ b/extension.json @@ -0,0 +1,9 @@ +{ + "AutoloadClasses": { + "PaypalWMES": "Paypal-wmes_body.php" + }, + "Hooks": { + "ParserFirstCallInit": "PaypalWMES::setup" + }, + "manifest_version": 1 +} -- 2.30.2