spree_store_pickup 1.1.5 → 1.1.6

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: e40d419a0b23912c84cd1c8ff11d46ae8bf5ddf566c25f250629076a3e83f779
4
- data.tar.gz: eaa9863c7a6ad98622b09d663cd2252e22e7e349cc73f28da0dd5f5325465c23
3
+ metadata.gz: 9ef59ccecf7d3ea10401f92d1b8c9ed2f8304e85f622fa9aba93a76799aa769d
4
+ data.tar.gz: aac3af281b52503fa254f50b87ddb17b58daf44af81e850d2814e6f09501869f
5
5
  SHA512:
6
- metadata.gz: 6499218bb5a4c85565ae7d068497ad5e7cacb533a6725a1819b8d9689349b5a38f393fae3dcc54ada5e746f29211b305e8f8517b7f9efcfb261b963e93930910
7
- data.tar.gz: df3dce901b9da21c1b06500003c4b8789e79939999b50ba21d064ef838b6131969c30a51abc935490b338a6f429fab1b18841f5242bed6a49586e54d8c844fa4
6
+ metadata.gz: b9f999dffb5ca74a05c69eb2fce54a639d74c5ccd07edc3dc7ade0161ec0761a8fff053dc57f7d8e3848be9dc0fa42a5dd94994007fa380230d92ac1e559e2d0
7
+ data.tar.gz: 0a479d0818715421e4913c3c02f73051dd1cbc3be9cc4f5f5cd192f1bf4161e34456455f6b755506501b93f59b2737704e09df32596962c09df98d19d0167545
@@ -42,6 +42,10 @@ module Spree
42
42
  simulated_successful_billing_response
43
43
  end
44
44
 
45
+ def void(*)
46
+ simulated_successful_billing_response
47
+ end
48
+
45
49
  def credit(*)
46
50
  simulated_successful_billing_response
47
51
  end
@@ -1,5 +1,5 @@
1
1
  module SpreeStorePickup
2
- VERSION = '1.1.5'.freeze
2
+ VERSION = '1.1.6'.freeze
3
3
 
4
4
  def gem_version
5
5
  Gem::Version.new(VERSION)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_store_pickup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - OlympusOne
@@ -117,10 +117,10 @@ licenses:
117
117
  - MIT
118
118
  metadata:
119
119
  bug_tracker_uri: https://github.com/olympusone/spree_store_pickup/issues
120
- changelog_uri: https://github.com/olympusone/spree_store_pickup/releases/tag/v1.1.5
120
+ changelog_uri: https://github.com/olympusone/spree_store_pickup/releases/tag/v1.1.6
121
121
  documentation_uri: https://github.com/olympusone/spree_store_pickup
122
122
  homepage_uri: https://github.com/olympusone/spree_store_pickup
123
- source_code_uri: https://github.com/olympusone/spree_store_pickup/tree/v1.1.5
123
+ source_code_uri: https://github.com/olympusone/spree_store_pickup/tree/v1.1.6
124
124
  rdoc_options: []
125
125
  require_paths:
126
126
  - lib