spree_vpago 2.1.4.pre.beta4 → 2.1.4.pre.beta5

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: 54ada56aa2da14e1dcc11960a2172ec2010b6f3d6e9c98d3d9a9aa3250859969
4
- data.tar.gz: a5814414f32583c1751850d23f4e9151acd8a885f2dd3730132d39be72623115
3
+ metadata.gz: a7ca752b7298fee1a74314e6bd75702cc205a01fdcd24fa70e6a94dfca87c9fe
4
+ data.tar.gz: 1b96eb27aa112eef3b143eb5d45d0a17d47b79715798239df882e5a620b5db08
5
5
  SHA512:
6
- metadata.gz: 01ee171943fbc46335ef5c48b214aabf9afb9fa9533d6f213ad15edd20aec6e733c252f32fc720af6b41a81d91bbaa23977d412c6819ece507c8e17a0669a773
7
- data.tar.gz: 27b4e56951e99dc7807a1ffe5e2bb78f863423d8a072d7d8155e2a184a51ff6a34998a017fd812e2e2e06ddaa88e5ea458e7c6c361b2e8af9fe80fdb492a369d
6
+ metadata.gz: 6a93d0c06c023cdfbbdb307bb60ac49896f09f48c5a5e877e5becc2b4029f97e56e150882295c2c3b63e88a7b1d277c522dc06fd4755b2fb7b7c0091855bde00
7
+ data.tar.gz: b7d2c4e0dc5a9b3d24b2acd30747b0f4955a566d29b0a7e35d0bd03fb2b205e9ba694197f98144b686bc090561c6f310d8098f644389c1fb3c1ef9987d24e6c9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- spree_vpago (2.1.4.pre.beta4)
4
+ spree_vpago (2.1.4.pre.beta5)
5
5
  faraday
6
6
  google-cloud-firestore
7
7
  spree_api (>= 4.5)
@@ -13,10 +13,7 @@ end
13
13
  const mobileUrl = "<%= raw(result[:mobile_url]) %>";
14
14
  const webUrl = "<%= raw(result[:web_url]) %>";
15
15
  if (platform === "app" && mobileUrl) {
16
- window.location.href = mobileUrl;
17
- setTimeout(() => {
18
- window.location.href = webUrl
19
- }, 1500);
16
+ window.location.href = mobileUrl;
20
17
  } else if (platform === "web" && webUrl) {
21
18
  window.location.href = webUrl;
22
19
  } else {
@@ -1,7 +1,7 @@
1
1
  module SpreeVpago
2
2
  module_function
3
3
 
4
- VERSION = '2.1.4-beta4'.freeze
4
+ VERSION = '2.1.4-beta5'.freeze
5
5
 
6
6
  def version
7
7
  Gem::Version.new VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_vpago
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.4.pre.beta4
4
+ version: 2.1.4.pre.beta5
5
5
  platform: ruby
6
6
  authors:
7
7
  - You