We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623b4c2 commit 1013399Copy full SHA for 1013399
README.markdown
@@ -12,7 +12,7 @@ Add gem dependency in your `Gemfile` and install the gem:
12
13
client = Digidoc::Client.new
14
client.authenticate(
15
- :phone => '+3725012345', :message_to_display => 'Authenticating',
+ :phone => '+37260000007', :message_to_display => 'Authenticating',
16
:service_name => 'Testing'
17
)
18
client.authentication_status
@@ -38,6 +38,9 @@ Add gem dependency in your `Gemfile` and install the gem:
38
39
client.close_session
40
41
+### More test numbers and details
42
+[In English](http://www.id.ee/?id=36381)
43
+
44
## Digidoc specifications
45
46
[In English](http://www.sk.ee/upload/files/DigiDocService_spec_eng.pdf)
0 commit comments