mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Fix name to avoid confusion
This commit is contained in:
parent
91c39fdef2
commit
c77f20d2f9
5 changed files with 32 additions and 32 deletions
|
@ -198,8 +198,8 @@ return array(
|
|||
);
|
||||
},
|
||||
|
||||
'webhook.last-webhook-storage' => static function ( ContainerInterface $container ): WebhookInfoStorage {
|
||||
return new WebhookInfoStorage( $container->get( 'webhook.last-webhook-storage.key' ) );
|
||||
'webhook.last-webhook-storage' => static function ( ContainerInterface $container ): WebhookEventStorage {
|
||||
return new WebhookEventStorage( $container->get( 'webhook.last-webhook-storage.key' ) );
|
||||
},
|
||||
'webhook.last-webhook-storage.key' => static function ( ContainerInterface $container ): string {
|
||||
return 'ppcp-last-webhook';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue