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
|
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,
|