From f4502f057668da3623545a37780df18548705ccd Mon Sep 17 00:00:00 2001 From: Ivascu Madalin Date: Wed, 8 Nov 2023 09:48:25 +0000 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc310e0..763929e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ # Buckaroo Magento Hyva Checkout +## Requirements + +Buckaroo Magento 2 plugin version 1.46 or heigher +Hyvä Checkout version 1.1.3 or heigher + ## Installation ``` mkdir app/code/Buckaroo @@ -11,7 +16,7 @@ cd app/code/Buckaroo git clone https://github.com/buckaroo-it/Magento2_Hyva_Checkout.git mv Magento2_Hyva_Checkout HyvaCheckout cd HyvaCheckout -git checkout 1.0.0-RC1 +git checkout 1.0.0 php bin/magento module:enable Buckaroo_HyvaCheckout php bin/magento setup:upgrade php bin/magento setup:static-content:deploy