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 9e778bc commit 1385f0dCopy full SHA for 1385f0d
spec/client_spec.rb
@@ -303,6 +303,12 @@
303
.to eq('https://ca-test.adyen.com/ca/services/DisputeService')
304
end
305
306
+ it 'checks the creation of DataProtection url' do
307
+ client = Adyen::Client.new(env: :test)
308
+ expect(client.service_url_base('DataProtection'))
309
+ .to eq('https://ca-test.adyen.com/ca/services/DataProtectionService')
310
+ end
311
+
312
it 'checks the creation of SessionAuthentication url for the test env' do
313
client = Adyen::Client.new(env: :test)
314
expect(client.service_url_base('SessionAuthentication'))
0 commit comments