spree_recurring_order 2.1.7 → 2.1.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f874dd824051efb05aaf9fbdb9e11c2ed8930e6
4
- data.tar.gz: c33f36ada38fe67aadda61d7642ed224a46976f8
3
+ metadata.gz: 9bb5682fa3c672ed9fbcd1fb9d8f5c331e7b0f1b
4
+ data.tar.gz: fff9a44ba0e5c6127a62bc3a327c5ad909ea170f
5
5
  SHA512:
6
- metadata.gz: 3332dff9fde6b1cdbcf8011827c4097e0e428e6d941f53faecd813337fa4639aa4f5381f36136af5612b0b32643f662fcc88bae8334a31e0d7ed27b3346ebb18
7
- data.tar.gz: 177545b177f659bb8a7d7f63a699d1fb4022a2f5455f18362c9552d562b2d129d4d36edede885913502430efa3c0ab5dc9ba69fe4c8bd0e2ede05b132dac31e3
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 recurring order. Please get in touch at hello@yourgrocer.com.au and we are going to sort it out for you."
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 recurring order associated with it. Please get in touch at hello@yourgrocer.com.au if you have any doubts about it"
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
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |s|
3
3
  s.platform = Gem::Platform::RUBY
4
4
  s.name = 'spree_recurring_order'
5
- s.version = '2.1.7'
5
+ s.version = '2.1.8'
6
6
  s.summary = 'Add the option to create a recurring order'
7
7
  s.description = ''
8
8
  s.required_ruby_version = '>= 2.0.0'
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.7
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-13 00:00:00.000000000 Z
11
+ date: 2014-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: spree_core