spree_recurring_order 2.1.7 → 2.1.8
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: 9bb5682fa3c672ed9fbcd1fb9d8f5c331e7b0f1b
|
|
4
|
+
data.tar.gz: fff9a44ba0e5c6127a62bc3a327c5ad909ea170f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47fb2293cf7e715ef7e2d7bb30b1eb6a79781005aaf46a78a689a7aacd3197a0f387fc4d00034c3559b90a4242d6a2f5e50c25ee3b48af593810bc4b621043ad
|
|
7
|
+
data.tar.gz: 329f5369ffb7edd94ee5d27ff3575bd419039bbead3cc86dface03de3dfd554f4197f806262ce44b23634275d5298e5ae23ce60a7ed9327d4e7643fcc22b9918
|
|
@@ -10,11 +10,11 @@ module Spree
|
|
|
10
10
|
if @recurring_order.save
|
|
11
11
|
redirect_to(spree.recurring_order_url(@recurring_order.id))
|
|
12
12
|
else
|
|
13
|
-
flash[:notice] = "Hmmm... There was a problem creating your
|
|
13
|
+
flash[:notice] = "Hmmm... There was a problem creating your regular order. Please get in touch at hello@yourgrocer.com.au and we are going to sort it out for you."
|
|
14
14
|
redirect_to(order_url(original_order.number))
|
|
15
15
|
end
|
|
16
16
|
else
|
|
17
|
-
flash[:notice] = "Hmmm... It seems like this order already has a
|
|
17
|
+
flash[:notice] = "Hmmm... It seems like this order already has a regular order associated with it. Please get in touch at hello@yourgrocer.com.au if you have any doubts about it"
|
|
18
18
|
redirect_to(order_url(original_order.number))
|
|
19
19
|
end
|
|
20
20
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_recurring_order
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Francisco Trindade
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-02-
|
|
11
|
+
date: 2014-02-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: spree_core
|