quickbooks-ruby 1.0.24 → 1.0.25

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
  SHA256:
3
- metadata.gz: 4d1813766ca37fe161babf9afc01d1ee20eabb6e52a65dbc5f9d5d535a1ab0e6
4
- data.tar.gz: 75e3fa238c73483049a1f5ea0e87b51d71d9a800d5199c7c27fd3f07069a6092
3
+ metadata.gz: c2f6fecdd0559a679d581e6c90efdf6278376152c8c2eef5c4d50ff6e51c7ac7
4
+ data.tar.gz: e4b26ac49c0a96e7a3bf7d0732816039cd850bc16a71efbe91a63fad5a5dc9a2
5
5
  SHA512:
6
- metadata.gz: 526fb65758bd681ff76f3b63fe078af62479e1568b185131fd08b0a5ddd72e6ce635cf7bf705ee466a41b4f60060c1fe171ccece7e6148ba33d59b785a4b5493
7
- data.tar.gz: 390e88df2ac26d751fb85b6d888cf28227b6d2a706984ea70a5a9aaec0fa2fa003eff9ae11fe53d79a423a03a952a6d6b5d7bf211126a48fc22a52632822716a
6
+ metadata.gz: 4fefb3267209fbd2c33f5f170f8a1e7b796d07a7747353e15a655145bfb76a733e552ad64c9a82bc9e918f6608070f96885080202038bc5c07aaaf84d6aa60fb
7
+ data.tar.gz: 1f8022155aecde0a85e4839460313ab6b04231f6a6f8fe27f8653f5dfbf6f637ab9195b89d3e41be4116c7275789d218e9503ad7ac650ca42221acb7b93ffee4
@@ -30,6 +30,7 @@ module Quickbooks
30
30
 
31
31
  def as_json(options = nil)
32
32
  options = {} if options.nil?
33
+ options = options.dup if options.frozen?
33
34
  except_conditions = ["roxml_references"]
34
35
  except_conditions << options[:except]
35
36
  options[:except] = except_conditions.flatten.uniq.compact
@@ -22,6 +22,7 @@ module Quickbooks
22
22
  xml_accessor :bill_address, :from => 'BillAddr', :as => PhysicalAddress
23
23
  xml_accessor :delivery_info, :from => 'DeliveryInfo', :as => DeliveryInfo
24
24
  xml_accessor :ship_address, :from => 'ShipAddr', :as => PhysicalAddress
25
+ xml_accessor :ship_from_address, :from => 'ShipFromAddr', :as => PhysicalAddress
25
26
  xml_accessor :po_number, :from => 'PONumber'
26
27
  xml_accessor :ship_method_ref, :from => 'ShipMethodRef', :as => BaseReference
27
28
  xml_accessor :ship_date, :from => 'ShipDate', :as => Time
@@ -1,5 +1,5 @@
1
1
  module Quickbooks
2
2
 
3
- VERSION = "1.0.24"
3
+ VERSION = "1.0.25"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quickbooks-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.24
4
+ version: 1.0.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cody Caughlan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-01 00:00:00.000000000 Z
11
+ date: 2025-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oauth2