spec/fixtures/account.json in hellosign-ruby-sdk-3.0.3 vs spec/fixtures/account.json in hellosign-ruby-sdk-3.0.4
- old
+ new
@@ -1,14 +1,28 @@
-{"account": {"account_id":"123456789", "email_address":"test@example.com", "is_paid_hs":false, "is_paid_hf":false, "quotas":{"templates_left":0, "documents_left":0, "api_signature_requests_left":0}, "callback_url":"https://example.com", "role_code":""}}
+{
+ "account": {
+ "account_id": "123456789",
+ "email_address": "test@example.com",
+ "is_paid_hs": false,
+ "is_paid_hf": false,
+ "quotas": {
+ "templates_left": 0,
+ "documents_left": 0,
+ "api_signature_requests_left": 0
+ },
+ "callback_url": "https://example.com",
+ "role_code": ""
+ }
+}
\ No newline at end of file