roku-iap 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 53b277c94090e4c601880538cbe0603b02928646
4
- data.tar.gz: fea1cae621667b988fea913cb35cce804851ee28
3
+ metadata.gz: 04085923de1f73cbb5634705fb74190e8f20d1cc
4
+ data.tar.gz: d145065e7be0280adf0b8bc7e231899f89c782bd
5
5
  SHA512:
6
- metadata.gz: 2dbc4745c5f9325eb0660f855b20675df1c81be9f4d4b6244bd2928d178b1c81beed8f66ab365fab0c8624f14d9514e1b863253216a6042688a2c82704d0a122
7
- data.tar.gz: e382d585cb5d1171b609967231ae9c6e3b5c0f38956973aa5e34fc5bf29231db147c5b4a839ebe5a9649ae786fbae64dcf93432b06f57157591f51e80879b5ce
6
+ metadata.gz: 3d7936c249f3e6214e0170302759d736820800ff750a070b82d3f7b76bfcfe8a9dd8abb9d8f20df65b60cfd631ed077f8709cce785a856e960363fda6ed061ba
7
+ data.tar.gz: fad525c68620848fa4b2bb20f8afe2f134f920ebfd03800617814ae1ede4363198dd4733f09e7fdea821c33513165dd30b1de26e12ef5f156e21c1077d9f3ba3
@@ -23,7 +23,7 @@ class Roku::Iap::Client
23
23
  def cancel_subscription(transaction_id, cancellation_date, partner_ref_id="")
24
24
  path = "/listen/transaction-service.svc/cancel-subscription"
25
25
  request_body_json = {
26
- :partnerApiKey => @dev_token,
26
+ :partnerAPIKey => @dev_token,
27
27
  :transactionId => transaction_id,
28
28
  :cancellationDate => cancellation_date,
29
29
  :partnerReferenceId => partner_ref_id
@@ -40,7 +40,7 @@ class Roku::Iap::Client
40
40
 
41
41
  path = "/listen/transaction-service.svc/refund-subscription"
42
42
  request_body_json = {
43
- :partnerApiKey => @dev_token,
43
+ :partnerAPIKey => @dev_token,
44
44
  :transactionId => transaction_id,
45
45
  :amount => amount,
46
46
  :partnerReferenceId => partner_ref_id,
@@ -1,5 +1,5 @@
1
1
  module Roku
2
2
  module Iap
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roku-iap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - DailyBurn
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-05 00:00:00.000000000 Z
11
+ date: 2014-11-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Verify and manage Roku in app purchases
14
14
  email: