Skip to content

Commit

Permalink
fix merging hash in place
Browse files Browse the repository at this point in the history
related to Voog#11
  • Loading branch information
Andreas Wagner authored Dec 15, 2016
1 parent 7511ab4 commit 2452894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ipizza/provider/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def authentication_request(service_no = 4011, param = {})
when '4011'
req.sign_params['VK_REPLY'] = '3012'
when '4012'
req.sign_params.merge(
req.sign_params.merge!(
'VK_REC_ID' => self.class.rec_id,
'VK_NONCE' => param[:vk_nonce]
)
Expand Down

0 comments on commit 2452894

Please sign in to comment.