fidor_schema 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62915f5be4ab9ef346a2863dd9a9b722023d24c1
4
- data.tar.gz: 1bb21c5f020113acb70e9e14e840f540b4f66669
3
+ metadata.gz: 7f329132203fb52c0b7170989ac5696dd4563b17
4
+ data.tar.gz: f9a13190a27aa3933ee64bdc0253c133d043e5fd
5
5
  SHA512:
6
- metadata.gz: 9735c425b487162ca5e0f1c654118003b262d016b45906826511d1b51b44e7e34718aa492a3b7cae7895134f63cbc9b71af0d71d1e1f720478c96611e9f3fcb0
7
- data.tar.gz: d690c254b44b85ab6650b62a872a922bcb0acc5271ab20744f4339ac0d32cbb9ca46300503e63278a5eee09e4d866c7ad888d57b04c3c1f7b802bb89e70a5bcf
6
+ metadata.gz: a6143de455de4398e5d219b781066747d7bebc9ff898c89fef13653f3bef08c59eaf2f383b50ecd306135ab13eb57ebb788b73b1524a247d66a9b690e32eacc7
7
+ data.tar.gz: 8bfdbf96c97dcb745cc35533d2ea30e93528aca4cc2acfc69b054a4a43b5ee9b91d6a5453c165d88c7c139ea0df458c921b9bc7c65e88d88d7ba94afaabaeafd
data/CHANGELOG.md CHANGED
@@ -4,6 +4,7 @@ A more detailed view of the changes can be found in the [commit messages](https:
4
4
 
5
5
  ##2014-11
6
6
 
7
+ * Customer/Sepa direct debit add creditor_identifier field
7
8
  * Lists of any object type are now returned under the generic 'data' key
8
9
  * Transaction clarify nested transaction_type_details
9
10
  * Transaction amount can be negative
@@ -1,5 +1,5 @@
1
1
  module Fidor
2
2
  class Schema
3
- VERSION='0.4.0'
3
+ VERSION='0.4.1'
4
4
  end
5
5
  end
@@ -117,6 +117,11 @@
117
117
  "format" : "date",
118
118
  "readonly" : true
119
119
  },
120
+ "creditor_identifier" : {
121
+ "description" : "Creditor Identifier ID set if the customer wants to create direct debits.",
122
+ "type" : "string",
123
+ "readonly" : true
124
+ },
120
125
  "is_verified" : {
121
126
  "description" : "Indicates whether KYC has been performed.",
122
127
  "type" : "boolean",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fidor_schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Georg Leciejewski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-17 00:00:00.000000000 Z
11
+ date: 2014-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler