README.md in discountnetwork-0.1.2 vs README.md in discountnetwork-0.1.3
- old
+ new
@@ -69,9 +69,20 @@
#
DiscountNetwork::Account.find(auth_token)
```
+#### Create a user account
+
+To create a new user account you can use the `Account.create` interface, but one
+important things to remember that account creation is not available for all white
+label, so if it's failing then most likely this feature is not supported on your
+white label.
+
+```ruby
+DiscountNetwork::Account.create(subscriber_attributes)
+```
+
#### Update user account
Once the user is logged in and `auth_token` has been configured properly then
we can update the user details using the DiscountNetwork `account` API