Skip to content

Commit

Permalink
use a006
Browse files Browse the repository at this point in the history
  • Loading branch information
eZii-jester-data committed Oct 8, 2014
1 parent 0745aff commit e4a83ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ebics.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'ebics'
s.version = '0.0.3'
s.version = '0.0.5'
s.licenses = ['MIT']
s.summary = "EBICS Ruby Client"
s.description = "EBICS 2.5 H004 Implementation in Ruby."
Expand Down
8 changes: 4 additions & 4 deletions templates/INI_order_data.xml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ http://www.ebics.org/S001/ebics_signature.xsd">
<SignaturePubKeyInfo>
<PubKeyValue>
<ds:RSAKeyValue>
<ds:Modulus><%= @user.key('a005').public_modulus %></ds:Modulus>
<ds:Exponent><%= @user.key('a005').public_exponent %></ds:Exponent>
<ds:Modulus><%= @user.key('a006').public_modulus %></ds:Modulus>
<ds:Exponent><%= @user.key('a006').public_exponent %></ds:Exponent>
</ds:RSAKeyValue>
<TimeStamp><%= @user.key('a005').created_at %></TimeStamp>
<TimeStamp><%= @user.key('a006').created_at %></TimeStamp>
</PubKeyValue>
<SignatureVersion>A005</SignatureVersion>
<SignatureVersion>A006</SignatureVersion>
</SignaturePubKeyInfo>
<PartnerID><%= @user.partner_id %></PartnerID>
<UserID><%= @user.member_id %></UserID>
Expand Down

0 comments on commit e4a83ea

Please sign in to comment.