aimanecouissi/module-stripe-webhook-signature-bypass
最新稳定版本:1.0.0
Composer 安装命令:
composer require aimanecouissi/module-stripe-webhook-signature-bypass
包简介
Bypass signature checks for Stripe webhooks
README 文档
README
Bypasses Stripe webhook signature verification during local webhook replay. The module also removes the Webhooks Unconfigured Admin notification used by the Stripe payment module.
Caution
This module is intended for development environments only and must never be enabled on a production store.
Installation
composer require --dev aimanecouissi/module-stripe-webhook-signature-bypass bin/magento module:enable AimaneCouissi_StripeWebhookSignatureBypass bin/magento setup:upgrade bin/magento cache:flush
Usage
During local webhook replay, Stripe webhook requests are accepted without a Stripe-Signature header, and the
Webhooks Unconfigured Admin notification is removed. The package is installed with --dev.
Uninstall
bin/magento module:disable AimaneCouissi_StripeWebhookSignatureBypass composer remove --dev aimanecouissi/module-stripe-webhook-signature-bypass bin/magento setup:upgrade bin/magento cache:flush
Changelog
See CHANGELOG for all recent changes.
License
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-14