sepa 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -125,7 +125,7 @@ class Sepa::DirectDebitOrder
125
125
 
126
126
  seq_types.each do |seq_type, dds|
127
127
  next if dds.empty?
128
- ncp = CreditorPayment.new(creditor, creditor_account, "#{id}_#{seq_type}", collection_date, sepa_identification, dds)
128
+ ncp = CreditorPayment.new(creditor, creditor_account, "#{id}-#{seq_type}", collection_date, sepa_identification, dds)
129
129
  ncp.sequence_type = seq_type
130
130
  yield ncp
131
131
  end
data/lib/sepa/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Sepa
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
@@ -22,7 +22,7 @@
22
22
  </InitgPty>
23
23
  </GrpHdr>
24
24
  <PmtInf>
25
- <PmtInfId>MONECOLE_PAYMENTS_20130703_FRST</PmtInfId>
25
+ <PmtInfId>MONECOLE_PAYMENTS_20130703-FRST</PmtInfId>
26
26
  <PmtMtd>DD</PmtMtd>
27
27
  <NbOfTxs>2</NbOfTxs>
28
28
  <CtrlSum>2766.66</CtrlSum>
@@ -147,7 +147,7 @@
147
147
  </DrctDbtTxInf>
148
148
  </PmtInf>
149
149
  <PmtInf>
150
- <PmtInfId>MONECOLE_PAYMENTS_20130703_RCUR</PmtInfId>
150
+ <PmtInfId>MONECOLE_PAYMENTS_20130703-RCUR</PmtInfId>
151
151
  <PmtMtd>DD</PmtMtd>
152
152
  <NbOfTxs>4</NbOfTxs>
153
153
  <CtrlSum>5536.349999999999</CtrlSum>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sepa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-14 00:00:00.000000000 Z
12
+ date: 2013-11-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: builder