smulube-activemerchant 1.7.0 → 1.7.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -321,6 +321,8 @@ module ActiveMerchant #:nodoc:
321
321
  post[:maxfailpayments] = options[:max_failed_payments] unless options[:max_failed_payments].nil?
322
322
  post[:profilename] = (options[:name] || creditcard.name).to_s.slice(0,128) unless options[:name].nil? && creditcard.nil?
323
323
  post[:desc] = options[:description] unless options[:description].nil?
324
+ post[:optionaltrxamount] = options[:optionaltrxamount] unless options[:optionaltrxamount].nil?
325
+ post[:failedinitamountaction] = options[:failedinitamountaction] unless options[:failedinitamountaction].nil?
324
326
  end
325
327
 
326
328
  def format_date(time)
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smulube-activemerchant
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 101
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
9
  - 0
10
- version: 1.7.0
10
+ - 1
11
+ version: 1.7.0.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Tobias Luetke
@@ -36,7 +37,7 @@ cert_chain:
36
37
  RGv1VYD5jSaHiQ==
37
38
  -----END CERTIFICATE-----
38
39
 
39
- date: 2010-07-15 00:00:00 +01:00
40
+ date: 2010-07-20 00:00:00 +01:00
40
41
  default_executable:
41
42
  dependencies:
42
43
  - !ruby/object:Gem::Dependency
metadata.gz.sig CHANGED
Binary file