Skip to content

Commit

Permalink
Minor code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Priit Haamer committed Feb 3, 2015
1 parent 9cc1620 commit 6707d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ipizza/provider/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ def authentication_request(service_no = 4011, param = {})
req.sign_params['VK_REPLY'] = '3012'
when '4012'
req.sign_params.merge(
'VK_REC_ID' => self.class.rec_id,
'VK_NONCE' => param[:vk_nonce]
'VK_REC_ID' => self.class.rec_id,
'VK_NONCE' => param[:vk_nonce]
)
end

Expand Down

0 comments on commit 6707d13

Please sign in to comment.