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
Requires
- php: ~8.3.0||~8.4.0
- magento/framework: 103.0.*
- stripe/module-payments: 4.4.*
README
During checkout, when the Stripe PaymentIntent is created or updated, the module adds a Store View
entry to the PaymentIntent metadata.
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 a chosen Store View, open the transaction in the Stripe Dashboard, and check Metadata for Store View
matching your 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