From 6cf148973bff580fb3009d391c6040a0dc5866e1 Mon Sep 17 00:00:00 2001 From: jcuervas Date: Thu, 1 Dec 2022 00:51:44 +0100 Subject: [PATCH] add required modules according https://developer.adobe.com/commerce/php/development/payments-integrations/base-integration/module-configuration/ --- composer.json | 5 ++++- etc/module.xml | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e9abb7e..211ef6a 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,10 @@ } ], "require": { - "php": "^8.1.0" + "php": "^8.1.0", + "magento/module-payment": "100.1.*", + "magento/module-checkout": "100.1.*", + "magento/module-sales": "100.1.*" }, "conflict": { "magento/product-community-edition": "<2.4.5" diff --git a/etc/module.xml b/etc/module.xml index 990b56c..67bcd6b 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -10,6 +10,7 @@ +