You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however, when forcing service 4012 with additional params, the resulting sign_params is missing the crucial VK_REC_ID (bank's id, which i also tried to add to the configuration yaml to no avail), and the VK_NONCE. For some reason only VK_RID got merged from that hash.
using: ipizza 2.0.1
hey,
the scenario: using authentication service of lhv
when creating a request for service 4011 all is well
however, when forcing service 4012 with additional params, the resulting sign_params is missing the crucial VK_REC_ID (bank's id, which i also tried to add to the configuration yaml to no avail), and the VK_NONCE. For some reason only VK_RID got merged from that hash.
it's pretty weird, as the
case
statement in provider/base.rb seems pretty straight forward.am i missing anything?
Add:
initializer in my rails app under config/initializers/banklink.rb:
Ipizza::Config.load_from_file Rails.root.join('config', 'banklink.yml')
config yml: like the example from readme, only addition:
rec_id: LHV
but that did nothing
The text was updated successfully, but these errors were encountered: