ecommerce 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -82,7 +82,7 @@ class Cart < ActiveRecord::Base
82
82
  :cmd => '_cart',
83
83
  :upload => 1,
84
84
  :weight => self.shipping_weight,
85
- :return => order_confirmation_path()
85
+ :return => order_confirmation_url()
86
86
  }
87
87
 
88
88
  self.items.each_with_index do |item, index|
Binary file
@@ -1,3 +1,3 @@
1
1
  module Ecommerce
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecommerce
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jason Younker
@@ -102,6 +102,7 @@ files:
102
102
  - ecommerce-0.0.1.gem
103
103
  - ecommerce-0.0.2.gem
104
104
  - ecommerce-0.0.3.gem
105
+ - ecommerce-0.0.4.gem
105
106
  - ecommerce.gemspec
106
107
  - lib/ecommerce.rb
107
108
  - lib/ecommerce/ecommerce.rb