Skip to content

Commit 631ee6e

Browse files
authored
[ECP-9813-v9] Add a default value to the property (#3123)
1 parent 86bade4 commit 631ee6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Block/Checkout/Multishipping/Success.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Success extends \Magento\Multishipping\Block\Checkout\Success
3131
/**
3232
* @var bool
3333
*/
34-
private $isAdyenPayment;
34+
private $isAdyenPayment = false;
3535

3636
/**
3737
* @var PaymentResponse[]

0 commit comments

Comments
 (0)