Skip to content

Commit

Permalink
Fixed Typo Issue
Browse files Browse the repository at this point in the history
Fixed Typo Issue
  • Loading branch information
jitendra-cedcoss authored May 4, 2019
1 parent 19fcb92 commit a1b3aef
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 a1b3aef

Please sign in to comment.