Skip to content

Commit 0a4aa60

Browse files
committed
Declare $handler to avoid dynamic-property deprecation
1 parent aa3005c commit 0a4aa60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Gateways/Blocks/MoneiBizumBlocksSupport.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ final class MoneiBizumBlocksSupport extends AbstractPaymentMethodType {
1212

1313
private $gateway;
1414
protected $name = 'monei_bizum';
15+
protected $handler;
1516
protected SubscriptionService $subscriptions_service;
1617

1718
public function __construct( WCMoneiPaymentGateway $gateway, SubscriptionService $subscriptionService) {

0 commit comments

Comments
 (0)