# mageme/module-eu-withdrawal-hyva-checkout

> Hyva Checkout compatibility for mageme/module-eu-withdrawal. Re-implements the pre-contract Annex I block and the digital-content waiver step (Art. 16(m)) for Hyva Checkout's Magewire-based runtime. Companion to mageme/module-eu-withdrawal-hyva. NOT legal advice — see README disclaimer; merchant is responsible for compliance verification.

`composer require mageme/module-eu-withdrawal-hyva-checkout`

Canonical URL: https://packagento.com/mageme/module-eu-withdrawal-hyva-checkout

## At a glance

- **Vendor**: mageme (https://packagento.com/mageme.md)
- **Latest version**: 1.0.1 — released 2026-06-17
- **Pricing**: Free
- **Package type**: Magento 2 module
- **Status**: active, accepting new buyers

## Installation

Packagento is licence-gated, so even free packages need a licence on a project before Composer can resolve them.

1. **Sign in or create an account** at https://packagento.com/customer/account/.

2. **Add the package to your account.** Open https://packagento.com/mageme/module-eu-withdrawal-hyva-checkout and complete the free checkout. A licence is minted automatically.

3. **Create or pick a project, then activate the licence on it.**
   - Projects represent the Magento installs you deploy to. Manage them at https://packagento.com/projects/.
   - Activate the new licence on the project you'll deploy this package to. Activation is what generates the Composer credentials scoped to that project.

4. **Add the project credentials to your Magento codebase.**

   Grab the project's public + private key from https://packagento.com/projects/ (open the project, then its Credentials tab), and add them to `auth.json`:

   ```json
   {
     "http-basic": {
       "packagento.com": {
         "username": "ppk_live_...",
         "password": "psk_live_..."
       }
     }
   }
   ```

   Add the Packagento Composer repository to `composer.json`:

   ```json
   {
     "repositories": [
       { "type": "composer", "url": "https://packagento.com" }
     ]
   }
   ```

5. **Install and apply.**

   ```bash
   composer require mageme/module-eu-withdrawal-hyva-checkout:*
   bin/magento setup:upgrade
   bin/magento setup:di:compile
   bin/magento cache:flush
   ```

## What it does

Hyva Checkout compatibility for mageme/module-eu-withdrawal. Re-implements the pre-contract Annex I block and the digital-content waiver step (Art. 16(m)) for Hyva Checkout's Magewire-based runtime. Companion to mageme/module-eu-withdrawal-hyva. NOT legal advice — see README disclaimer; merchant is responsible for compliance verification.

## README

> Hyva Checkout compatibility for the pre-contract Annex I block and the digital-content waiver step — Magewire, Alpine.js and Tailwind.

[![Latest Version](https://img.shields.io/packagist/v/mageme/module-eu-withdrawal-hyva-checkout.svg?style=flat-square)](https://packagist.org/packages/mageme/module-eu-withdrawal-hyva-checkout)
[![Downloads](https://img.shields.io/packagist/dt/mageme/module-eu-withdrawal-hyva-checkout.svg?style=flat-square)](https://packagist.org/packages/mageme/module-eu-withdrawal-hyva-checkout)
[![Hyva Checkout](https://img.shields.io/badge/Hyva%20Checkout-1.3%2B-21CFD5.svg?style=flat-square)](https://www.hyva.io)
[![PHP](https://img.shields.io/badge/PHP-8.1%20%7C%208.2%20%7C%208.3%20%7C%208.4%20%7C%208.5-777BB4.svg?style=flat-square)](https://php.net)
[![License](https://img.shields.io/badge/license-MageMe%20EULA-blue.svg?style=flat-square)](https://mageme.com/license/)

Hyva Checkout companion for [`mageme/module-eu-withdrawal`](https://github.com/mageme/module-eu-withdrawal). Re-implements the two checkout-side compliance touchpoints for Hyva Checkout's Magewire runtime. Install it when you run **Hyva theme with Hyva Checkout**.

**[Documentation](https://docs.mageme.com)** · **[Base module](https://github.com/mageme/module-eu-withdrawal)** · **[Hyva theme companion](https://github.com/mageme/module-eu-withdrawal-hyva)**

---

### What it does

- **Pre-contract Annex I block** (Art. 6(1)(h)) — the consumer-information block, rendered in the Hyva Checkout payment step as a collapsed accordion with the Annex I(A) text and Annex I(B) model-form download.
- **Digital-content waiver step** (Art. 16(m)) — the express-consent step, inserted between Shipping and Payment when the cart contains digital items, blocking advance until both consent boxes are ticked.

It reuses the base module's data layer; only the rendering is Hyva-native. **No compliance behaviour is added or removed.** The module auto-disables when Hyva Checkout is not installed.

For the storefront withdrawal pages, customer account and order view, install the sibling [Hyva theme companion](https://github.com/mageme/module-eu-withdrawal-hyva).

### Requirements

- **EU Withdrawal** base module (pulled automatically)
- `hyva-themes/magento2-hyva-checkout` **≥ 1.3**
- Magento **2.4.4–2.4.9**, **PHP 8.1–8.5**

### Install

```bash
composer require mageme/module-eu-withdrawal-hyva-checkout
bin/magento module:enable Hyva_MageMeEUWithdrawalCheckout
bin/magento setup:upgrade
bin/magento cache:flush
```

Recompile the Hyva Tailwind bundle so the classes used by this module are picked up (substitute your child theme's `web/tailwind/` path if applicable):

```bash
cd vendor/hyva-themes/magento2-default-theme/web/tailwind
npm install && npm run build
```

### Custom Magento development

Need a feature an extension doesn't cover, or a bespoke Magento build? MageMe takes on custom extension development and integration work.

→ **[Custom Magento development](https://mageme.com/magento-services/custom-development)**

### Support

- Documentation: [docs.mageme.com](https://docs.mageme.com)
- Bug reports and feature requests: [GitHub Issues](https://github.com/mageme/module-eu-withdrawal-hyva-checkout/issues)

### Disclaimer

This is a **technical theme-compatibility shim** — it re-implements the checkout-side integration in Hyva Checkout's runtime and adds or removes no compliance functionality. The merchant is responsible for verifying the pre-contract display and waiver capture work correctly under their Hyva Checkout version and configuration before going to production. See the base module's [full disclaimer](https://docs.mageme.com).

### License

Distributed **free of charge** as a free-tier companion, governed by the **MageMe End User License Agreement** ([mageme.com/license](https://mageme.com/license/)).

---

**MageMe** builds Magento 2 and Adobe Commerce extensions for B2B merchants — form building, quoting, catalog control, and EU compliance.

## Changelog

* Other: The digital-content waiver step is skipped for orders outside the merchant's configured Country Scope.

### 1.0.0

+ New: First public release. Hyva Checkout compatibility for the pre-contractual Annex I block and the digital-content waiver step, rebuilt for Hyva Checkout's runtime.

## Recent Versions

| Version | Released |
|---|---|
| 1.0.1 | 2026-06-17 |
| 1.0.0 | 2026-06-01 |

## Dependencies

### Require

| Package | Constraint |
|---|---|
| hyva-themes/magento2-hyva-checkout | ^1.3 |
| mageme/module-eu-withdrawal | ^1.0.5 |
| php | ~8.1.0\|\|~8.2.0\|\|~8.3.0\|\|~8.4.0\|\|~8.5.0 |

## Quality

Latest release (1.0.1) passes the Packagento QA pipeline. Verdicts below are per-cell (Magento line × PHP version) for the matrixed tools, and run-once for the static / security tiers.


### Compatibility

Each Magento line is installed on its supported PHP versions, then the module is built (DI compile + static-content deploy). Cells show passed / failed / untested; staircase gaps render as `–`.

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | not tested | not tested | – | – |
| 2.4.8 | – | not tested | not tested | – |
| 2.4.9 | – | – | not tested | not tested |


### Code Quality

Advisory checks against the module's source. Never affect the Compatibility verdict — a phpcs finding can't make a module incompatible.

#### Static Analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Warning | 32 | 32 warnings (ruleset: Magento2) |
| PHPMD | Warning | 1 | 1 rule violation (UnusedFormalParameter:1) |
| Cpd | Pass | 0 |  |
| Composer validate | Info | 1 | valid; 1 advisory note (composer validate --strict) |

#### PHPStan

Type-checks the module against a real Magento install. Re-runs per Magento + PHP version because resolvable symbols differ between releases.

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | Error | Error | – | – |
| 2.4.8 | – | Error | Error | – |
| 2.4.9 | – | – | Error | Error |


### Tests

Unit and integration suites run per Magento + PHP cell. Test failures speak to the module's behaviour, not its compatibility with a line, so they're reported here separately.

#### Unit Tests

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | – | – |
| 2.4.8 | – | N/A | N/A | – |
| 2.4.9 | – | – | N/A | N/A |

#### Integration Tests

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | – | – |
| 2.4.8 | – | N/A | N/A | – |
| 2.4.9 | – | – | N/A | N/A |


### Security

Dependency-advisory audit (composer audit) plus a source malware scan. A malware detection fails the version outright.

| Tool | Status | Findings | Summary |
|---|---|---|---|
| Composer audit | N/A | 0 | no resolvable dependency tree to audit — Your requirements could not be resolved to an installable set of packages. Problem 1 |
| Malware scan | Pass | 0 |  |

## Licence and pricing

Free. A licence is still minted on checkout and bound to your project for Composer access — no payment step.

Refundable within 14 days of first purchase via https://packagento.com/account/refunds/.

## Install via Claude Code or any MCP client

The Packagento MCP server can run the licence + project + Composer steps above in one tool call:

```
purchase_and_install_packages(
  composer_names=["mageme/module-eu-withdrawal-hyva-checkout"],
  project_id="proj_xxx"
)
```

This handles cart, checkout, licence minting, project activation, and writes auth.json credentials. Connect a client with `claude mcp add packagento https://mcp.packagento.com`. Full setup at https://packagento.com/docs/mcp-setup.

## Vendor

mageme is a Magento 2 vendor on Packagento. See https://packagento.com/mageme.md for their full catalogue.

