active_zuora 2.5.1 → 2.5.2

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: 3e39b05b9fa892e0d5ed5c79a780f21a1f6b6c7b
4
- data.tar.gz: 043ff3cd54f3ef90d353537621c9728120d8fb98
3
+ metadata.gz: 7d40651c58a9471240095cd58eb02c066b164b03
4
+ data.tar.gz: 3bce5189690789c7e7113291b8f77353ef6d5d16
5
5
  SHA512:
6
- metadata.gz: bf08987fd90706bba32bda2611b36f193e3a21bdce12b0fc5c9bb56da2c0cf1949bcf480591272383ff9634c6f71b9a6c7b7f7efc4301a7cfe3d88a11230a0c9
7
- data.tar.gz: 8be54f9068bbd0f349ec4146ffab76b35c83248b948de8fdb28f04620c24bb170b8e05dbf8a5d6ab8f08d0a290954a646b0c13e077723dd16e1407f86da7b74d
6
+ metadata.gz: 2f666b97c2bb4e658eb3f2199f626f1db6a100b992ac021a81f21b33e38f7390ef8941f3bda156c4ea3889dd8d0f33b256a3aaa0fa07e1be0d8324fb3757962c
7
+ data.tar.gz: bef0dd26bfd4d1bb7e62832f71dff854ad2e5dc8e5c770ed86679719cccb98b268fdb8c37ed057baf99d916324d5d3437b0e07d3eec13dd4f7bd5dbae716fc5d
@@ -1,4 +1,5 @@
1
1
  #### v2.5.1
2
+ #### v2.5.1
2
3
  * Fix bug with bill_to and sold_to on account
3
4
  #### v2.5.0
4
5
  * Add Support for rails 5
@@ -197,7 +197,7 @@ module ActiveZuora
197
197
  customize 'RatePlanCharge' do
198
198
  include LazyAttr
199
199
  exclude_from_queries :overage_price, :included_units,
200
- :discount_amount, :discount_percentage, :rollover_balance, :price
200
+ :discount_amount, :discount_percentage, :rollover_balance, :price, :revenue_recognition_rule_name
201
201
  lazy_load :price
202
202
  end
203
203
 
@@ -123,7 +123,7 @@ module ActiveZuora
123
123
  # them until done.
124
124
  until query_response[:result][:done]
125
125
  query_response = zobject_class.connection.request(:query_more) do |soap|
126
- soap.body = { :query_locator => response[:query_response][:result][:query_locator] }
126
+ soap.body = { :query_locator => query_response[:result][:query_locator] }
127
127
  end[:query_more_response]
128
128
  more_records = objectify_query_results(query_response[:result][:records])
129
129
  more_records.each(&:block) if block_given?
@@ -1,3 +1,3 @@
1
1
  module ActiveZuora
2
- VERSION = "2.5.1"
2
+ VERSION = "2.5.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_zuora
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.1
4
+ version: 2.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ed Lebert
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-11-21 00:00:00.000000000 Z
12
+ date: 2017-01-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: savon