Skip to content

Commit

Permalink
Merge pull request magento#22674 to magento#22729
Browse files Browse the repository at this point in the history
  • Loading branch information
magento-engcom-team committed May 5, 2019
2 parents c255e8c + a1b3aef commit 78f81b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ public function testGetValue($key, $method, $returnMap, $expectedValue)

/**
*
* @case #1 This conf parameters must return AbstractConfig::PAYMENT_ACTION_SALE (isWppApiAvailabe == false)
* @case #2 This conf parameters must return configValue (isWppApiAvailabe == true)
* @case #1 This conf parameters must return AbstractConfig::PAYMENT_ACTION_SALE (isWppApiAvailable == false)
* @case #2 This conf parameters must return configValue (isWppApiAvailable == true)
* @case #3 This conf parameters must return configValue ($key != 'payment_action')
* @case #4 This conf parameters must return configValue (configValue == 'Sale')
* @case #5 This conf parameters must return configValue (shouldUseUnilateralPayments == false)
Expand Down

0 comments on commit 78f81b9

Please sign in to comment.