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.
- data/lib/social_rebate/version.rb +1 -1
- data/lib/social_rebate.rb +1 -1
- metadata +1 -1
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={})
|