Skip to content

Commit 7eb5bcb

Browse files
committed
Add readme
1 parent 818c567 commit 7eb5bcb

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
# Geissweb EU VAT compatibility module for [Hyvä Checkout](https://www.hyva.io/hyva-checkout.html)
1+
# Geissweb EU VAT compatibility module for Hyvä Checkout
22

3+
This module adds EU VIES VAT number validation to the Hyvä Checkout. It needs a valid license for [Geissweb EUVAT](https://www.geissweb.de/eu-vat-enhanced-for-magento-2.html) and [Hyvä checkout](https://www.hyva.io/hyva-checkout.html) to work.
4+
5+
## Installation
6+
```bash
7+
composer require vendic/hyva-checkout-geissweb-euvat
8+
```
9+
10+
## Configuration
11+
None at this moment. The module follows the configuration of the Geissweb EUVAT module.
12+
13+
## Compatibility
14+
Tested with:
15+
- Magento 2.4.6
16+
- Hyvä Checkout 1.1.4
17+
- Geissweb EUVAT 1.19.1
18+
19+
## See it in action
20+
21+
22+
## License
23+
[MIT](https://github.com/Vendic/hyva-checkout-geissweb-euvat/blob/develop/LICENSE)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "hyva-checkout-geissweb-euvat",
2+
"name": "vendic/hyva-checkout-geissweb-euvat",
33
"description": "Hyvä checkout compatibility module for Geissweb EUVAT",
44
"require": {
55
"php": "~8.1.0",

0 commit comments

Comments
 (0)