offsite_payments 2.7.0 → 2.7.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: 98b1de4e0c49d6b13bd8a08c47348d7166cc174b
4
- data.tar.gz: 1fcaa7e026e27d9c489eccf0ff88162cf48ee347
3
+ metadata.gz: bbe1ba1c9d0d6647be7da7adc05bbd134167d184
4
+ data.tar.gz: a2384c98d599392df8a4533430d8be9bc4e48342
5
5
  SHA512:
6
- metadata.gz: 445f9d53b8995a7880ced9cd3e476cea4fc8dcba873f8260f0028cd55825091f5540f8338e09ac94e72963f16f8ed476162860097464dc4eae85e7e7dd6ae025
7
- data.tar.gz: 5065158c158ee49c9a9a926f1f7fa8d27469dc46bd66f2109f9e3b9b06ccc3fb23c8ddb683913f9104fdd42de3038bb5b9843b0d71e7160bfbcbc606a8c0d0c4
6
+ metadata.gz: 4f14097751e0c00ec436acb61789e46cf6c17cf923b2b4deb8985f65cd90972919d747fcfd7af20da9c40bf5e81e1d3b1df354af62002a1f0b6aedfb1b968305
7
+ data.tar.gz: 1d6f2f4d5284145cc987a40dc99ac546519cc3bd539bd2e43b2d82c687eec10f378e2b5586c6d891428457fe1a88c99ede9ff422058f400a4a671f3ccd713223
data/README.md CHANGED
@@ -44,8 +44,8 @@ released their own `shopify-money` gem. Because `offsite_payments` does not impo
44
44
  included into your gem file, as long as one of them is included.
45
45
 
46
46
 
47
- - For [ruby money gem]() add `gem 'money'` to your `Gemfile`;
48
- - For [Shopify money gem]() add `gem 'shopify-money', require: 'money'` in your `Gemfile`.
47
+ - For [ruby money gem](https://github.com/RubyMoney/money) add `gem 'money'` to your `Gemfile`;
48
+ - For [Shopify money gem](https://github.com/Shopify/money) add `gem 'shopify-money', require: 'money'` in your `Gemfile`.
49
49
 
50
50
  It's important to note that either of those Money gems would need to be added to your `Gemfile` before the `offsite_payments`
51
51
  one.
@@ -70,6 +70,7 @@ module OffsitePayments #:nodoc:
70
70
  super
71
71
  @options = options
72
72
  self.pg = 'CC'
73
+ add_field('udf5', application_id)
73
74
  end
74
75
 
75
76
  def form_fields
@@ -1,3 +1,3 @@
1
1
  module OffsitePayments
2
- VERSION = "2.7.0"
2
+ VERSION = "2.7.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: offsite_payments
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 2.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Luetke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-06 00:00:00.000000000 Z
11
+ date: 2018-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport