aimanecouissi/module-stripe-payment-metadata-store-view

Add store view name to Stripe PaymentIntent metadata

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

Type:magento2-module

pkg:composer/aimanecouissi/module-stripe-payment-metadata-store-view

1.0.0 2026-03-01 21:29 UTC

This package is auto-updated.

Last update: 2026-03-01 22:34:39 UTC


README

Latest Stable Version Total Downloads Magento Version Require License PHP Version Require

Adds a Store View entry to the Stripe PaymentIntent metadata when the PaymentIntent is created or updated during checkout.

Installation

composer require aimanecouissi/module-stripe-payment-metadata-store-view
bin/magento module:enable AimaneCouissi_StripePaymentMetadataStoreView
bin/magento setup:upgrade
bin/magento cache:flush

Usage

Place an order from any store view, then open the corresponding transaction in the Stripe Dashboard and check the Metadata section for a Store View entry matching the store view name.

Uninstall

bin/magento module:disable AimaneCouissi_StripePaymentMetadataStoreView
composer remove aimanecouissi/module-stripe-payment-metadata-store-view
bin/magento setup:upgrade
bin/magento cache:flush

License

MIT