README.markdown in debitech_soap-0.0.3 vs README.markdown in debitech_soap-0.0.4
- old
+ new
@@ -1,13 +1,5 @@
-Work in progress!
-----
-
-This is **work in progress and not usable yet**. [Readme Driven Development](http://tom.preston-werner.com/2010/08/23/readme-driven-development.html)...
-
-WIP docs below
-----
-
This is a wrapper of the DebiTech SOAP API. It's intended to be API compatible with the DebiTech Java client but also supports a more developer friendly syntax :).
Installing
----
@@ -47,15 +39,21 @@
- An object with methods for each attribute (See DebitechSoap::RETURN_DATA).
- Each attribute has serveral methods, for example "infoCode" can also be "getInfoCode" or "get_info_code".
- If the return value is a number it will be converted to an integer.
+Gotchas
+----
+
+- We have only used the following methods in production: askIf3DSEnrolled, authorize3DS, authorize, subscribeAndSettle, checkSwedishPersNo, authorizeAndSettle.
+- The other methods should work, but have not been tested.
+- It does not handle timeouts as-is.
+
API docs
----
Get DIBSServerManual.pdf from the DIBS Manager.
-Known issues
+CI
----
-- Does not work with Ruby 1.9 (does not have "soap/wsdlDriver"). We have not been able to get "savon" to work.
-
+- DebitechSoap is continuously tested for compability with Ruby 1.9.3 (preview 1), Ruby 1.8.7 and JRuby 1.6.2.