liberty_reserve_link 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,7 @@ class LibertyReserveLink::Sci
30
30
  options.reject {|k, v| !(ALLOWED_OPTIONS.include? k.to_s)}
31
31
  end
32
32
 
33
- def payment_request_uri(amount, currency, order_id, item_name, options={})
33
+ def payment_uri(amount, currency, order_id, item_name, options={})
34
34
  endpoint = URI.parse ENDPOINT
35
35
  @query = {lr_acc: account, lr_store: name, lr_amnt: amount,
36
36
  lr_currency: currency, lr_merchant_ref: order_id,
@@ -1,3 +1,3 @@
1
1
  module LibertyReserveLink
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liberty_reserve_link
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: