processout 1.2.1 → 1.2.2

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: eecda7a78fdf3c5b7f2a73d0234bb84edcb1f732
4
- data.tar.gz: 03ecc1c79d02b6bb1c261fa92278997211f6afd6
3
+ metadata.gz: 54acb0b48d4da1e1ec473dff88a5b08d8f9ad33e
4
+ data.tar.gz: bb8a3e1b1add18023f54d3739858909812e96bb0
5
5
  SHA512:
6
- metadata.gz: 9f0507918700e94e0165ab283e7a312d47cf7ccdd89d1bbbe8e04cb7afcd0289e7e97f8afd7d5209b440cd9b9a5415ba8092040a83b037c9968cb998c063a74a
7
- data.tar.gz: 1728b07ec0e13aa1b92d48784a5f6334cb49fdc8e2e931f7d70f7bb1d24f6d6deba0981b8a1e9dd82c1b7542bfcc41aadee3e40ca99c3c925615d40f879923be
6
+ metadata.gz: 17aa470d45a37fc7e30b6993925934b80c5e468d7d26d3715c2dfff373c11f7451e730559d8eff4e42d43629904dfa8f51bef43b365556736c94bbcaa9930aee
7
+ data.tar.gz: 80073b3e9dc0aee204f5963907cdfc39e91536fc59ceda7852ffb876eadbee6ac694e3f8a2505bb1207aa5c5725afce1ac1860a74af9268d4938345a1b312d33
@@ -537,7 +537,7 @@ module ProcessOut
537
537
  "return_url" => @return_url,
538
538
  "cancel_url" => @cancel_url,
539
539
  "source" => options.fetch(:source, nil),
540
- "prorate" => options.fetch(:prorate, nil),
540
+ "coupon_id" => options.fetch(:coupon_id, nil),
541
541
  "customer_id" => customer_id
542
542
  }
543
543
 
@@ -576,6 +576,7 @@ module ProcessOut
576
576
  "return_url" => @return_url,
577
577
  "cancel_url" => @cancel_url,
578
578
  "source" => options.fetch(:source, nil),
579
+ "coupon_id" => options.fetch(:coupon_id, nil),
579
580
  "customer_id" => customer_id,
580
581
  "plan_id" => plan_id
581
582
  }
@@ -1,3 +1,3 @@
1
1
  module ProcessOut
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: processout
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manuel HUEZ
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-17 00:00:00.000000000 Z
11
+ date: 2017-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler