effective_qb_sync 1.2.3 → 1.2.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: 7543d83614acebbe2181194f5f2d266e6047b558
4
- data.tar.gz: 0ad410df6ccad75fd1aab5ed24c01d2c0cb44f6d
3
+ metadata.gz: 6db77afff5f7e83cc10030cbf160d0b13f6bb07e
4
+ data.tar.gz: 964ee1815a559f14e4cf33c99b6da30a652b2db7
5
5
  SHA512:
6
- metadata.gz: 825d0a99fdc088cc4dca33c49908091daedf59b5cdd8d2814992e1b5a0bba7bd04fdec70503122133e4be0b89f4c098ce96d3029f7571a9e7fba476806b61f68
7
- data.tar.gz: ce1056f9b670169a7e3a865a3d158aec055ce5f9759c1031b630f97771167ac2e3a552fe60750279cd25768b61521f00b360785bd7709c0d3281444210fb11cc
6
+ metadata.gz: 4e6444c3f15b98e92cdfdfe925cfd4bfdb20f52617118f74259cd958f4d2758c356323f74445d1474769d3d005203f64f15fc0f21357a4ae4cf8dcbd2362103f
7
+ data.tar.gz: c11c7968c367a193fa59d9d223ea9a5f3a5083ea62ce5f3ce70872d2a5e1756f3e46dd84e5ca68b6993553dfc5932143edfe82cef78124932ef100919a090b52
@@ -5,7 +5,7 @@ module Effective
5
5
 
6
6
  def api
7
7
  # respond successfully to a GET which some versions of the Web Connector send to verify the url
8
- (render(nothing: true) and return) if request.get?
8
+ (render(body: '') and return) if request.get?
9
9
 
10
10
  # Examine raw post and determine which API call to process
11
11
  doc = Nokogiri::XML(request.raw_post)
@@ -3,7 +3,7 @@
3
3
  <AppID>{<%= SecureRandom.uuid.upcase %>}</AppID>
4
4
  <AppURL><%= effective_qb_sync.qb_sync_url(protocol: 'https') %></AppURL>
5
5
  <AppDescription><%= Rails.application.class.parent_name.upcase %> EffectiveOrders to Quickbooks Web Connector</AppDescription>
6
- <AppSupport>https://github.com/code-and-effect/effective_qb_sync</AppSupport>
6
+ <AppSupport><%= root_url(protocol: 'https') %></AppSupport>
7
7
  <UserName><%= EffectiveQbSync.quickbooks_username || 'MISSING' %></UserName>
8
8
  <OwnerID>{<%= SecureRandom.uuid.upcase %>}</OwnerID>
9
9
  <FileID>{<%= SecureRandom.uuid.upcase %>}</FileID>
@@ -1,3 +1,3 @@
1
1
  module EffectiveQbSync
2
- VERSION = '1.2.3'.freeze
2
+ VERSION = '1.2.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_qb_sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-31 00:00:00.000000000 Z
11
+ date: 2018-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails