We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa9b7f commit ab0baf2Copy full SHA for ab0baf2
spec/client_spec.rb
@@ -25,10 +25,10 @@
25
end
26
27
it 'fails payments call without WS user and password' do
28
- expect { @shared_values[:client].payment.authorise('{}') }
+ expect { @shared_values[:client].payment.payments_api.authorise('{}') }
29
.to raise_error(Adyen::AuthenticationError)
30
@shared_values[:client].ws_user = @shared_values[:ws_user]
31
32
33
34
0 commit comments