Stripe Metadata Store View
aimanecouissi/module-stripe-metadata-store-view
Adds the Magento store view name to the metadata of Stripe PaymentIntents created for orders, making it easy to identify which store view a payment originated from in the Stripe dashboard.
Build Tests
Code Quality
Tested on Magento 2.4.9
Recent Test History
Each release is tested against the latest Magento version at that time.
Looking for Contributors
Composer installation fails. Your contribution could help the entire Magento community!
Share This Module's Status
README
Loaded from GitHubAimaneCouissi_StripeMetadataStoreView
Adds Magento store view metadata to Stripe PaymentIntents. The module includes the order's store view name in the Stripe metadata payload created for Magento orders.
Installation
composer require aimanecouissi/module-stripe-metadata-store-view
bin/magento module:enable AimaneCouissi_StripeMetadataStoreView
bin/magento setup:upgrade
bin/magento cache:flush
Usage
When Stripe PaymentIntent metadata is built for an order, the module adds a Store View metadata entry containing the
Magento store view name. The metadata appears with the rest of the payment metadata in Stripe for payments created
through the Stripe module.
Uninstall
bin/magento module:disable AimaneCouissi_StripeMetadataStoreView
composer remove aimanecouissi/module-stripe-metadata-store-view
bin/magento setup:upgrade
bin/magento cache:flush
Changelog
See CHANGELOG for all recent changes.
License
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.