mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
add webhook
This commit is contained in:
parent
a740e866fe
commit
33a84b19cb
11 changed files with 278 additions and 1 deletions
11
modules.local/ppcp-webhooks/module.php
Normal file
11
modules.local/ppcp-webhooks/module.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Inpsyde\PayPalCommerce\Webhooks;
|
||||
|
||||
use Dhii\Modular\Module\ModuleInterface;
|
||||
|
||||
return static function (): ModuleInterface {
|
||||
return new WebhookModule();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue