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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6db77afff5f7e83cc10030cbf160d0b13f6bb07e
|
|
4
|
+
data.tar.gz: 964ee1815a559f14e4cf33c99b6da30a652b2db7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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(
|
|
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
|
|
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>
|
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.
|
|
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-
|
|
11
|
+
date: 2018-06-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|