Skip to content

Commit 78f81b9

Browse files
Merge pull request #22674 to #22729
2 parents c255e8c + a1b3aef commit 78f81b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Paypal/Test/Unit/Model/AbstractConfigTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ public function testGetValue($key, $method, $returnMap, $expectedValue)
109109

110110
/**
111111
*
112-
* @case #1 This conf parameters must return AbstractConfig::PAYMENT_ACTION_SALE (isWppApiAvailabe == false)
113-
* @case #2 This conf parameters must return configValue (isWppApiAvailabe == true)
112+
* @case #1 This conf parameters must return AbstractConfig::PAYMENT_ACTION_SALE (isWppApiAvailable == false)
113+
* @case #2 This conf parameters must return configValue (isWppApiAvailable == true)
114114
* @case #3 This conf parameters must return configValue ($key != 'payment_action')
115115
* @case #4 This conf parameters must return configValue (configValue == 'Sale')
116116
* @case #5 This conf parameters must return configValue (shouldUseUnilateralPayments == false)

0 commit comments

Comments
 (0)