Skip to content

Commit 41c8df8

Browse files
MC-33879: Paypal checkout Shipping method not updating correctly
1 parent 56c2aa5 commit 41c8df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Braintree/Test/Unit/Model/Paypal/Helper/ShippingMethodUpdaterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class ShippingMethodUpdaterTest extends TestCase
5252
/**
5353
* @inheritdoc
5454
*/
55-
protected function setUp()
55+
protected function setUp(): void
5656
{
5757
$this->configMock = $this->getMockBuilder(Config::class)
5858
->disableOriginalConstructor()

0 commit comments

Comments
 (0)