social_rebate 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module SocialRebate
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/lib/social_rebate.rb CHANGED
@@ -16,7 +16,7 @@ module SocialRebate
16
16
  def self.cancel(token, option={})
17
17
  return unless is_enabled?
18
18
  option[:status] ||= 'VOID'
19
- SocialRebate::Connection.new(creds).put("#{sub_base_uri}#{token}", option)
19
+ SocialRebate::Connection.new(creds).put("#{sub_base_uri}#{token}/", option)
20
20
  end
21
21
 
22
22
  def self.init(option={})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social_rebate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: