README.md in webmoney-0.0.13 vs README.md in webmoney-0.0.14
- old
+ new
@@ -18,10 +18,11 @@
* create_invoice - x1
* create_transaction - x2
* outgoing_invoices - x4
* send_message - x6
* find_wm - x8
+* balance - x9
* get_passport - x11
* i_trust - x15
* trust_me - x15
* check_user - x19
* bussines_level
@@ -30,11 +31,10 @@
Incompleted (help need!):
* operation_history - x3
* finish_protect - x5
* check_sign - x7
-* balance - x9
* incoming_invoices - x10
* reject_protection - x13
* transaction_moneyback - x14
* trust_save - x15
* create_purse - x16
@@ -81,10 +81,10 @@
## Passport (X11)
Get attestat data:
```ruby
-passport = Webmoney::Passport.new(wmid)
+passport = Webmoney::Passport.new(wmid, :mode => 1) # optionally :mode, :dict, :info
passport.attestat # { # hash
# :attestat => 110, # == FORMAL attestat, as example
# :created_at => Wed Feb 25 21:54:01 +0300 2004 # Time object
# :cid => "103453"
# and etc.