Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

token_id not found #8

Open
ghost opened this issue Feb 15, 2011 · 1 comment
Open

token_id not found #8

ghost opened this issue Feb 15, 2011 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 15, 2011

install_caller_response = api.install_payment_instruction(caller_request)

puts "maek request",install_caller_response.token_id

request = Remit::Pay::Request.new(
  :caller_token_id => "#{install_caller_response.token_id}",
  :recipient_token_id => "#{@token.recipient_tokenid}",
  :sender_token_id => params[:tokenID],
  :transaction_amount => Remit::RequestTypes::Amount.new(
    :amount => "#{@stream_price}",
    :currency_code => "USD"
  ),                          

Here install_caller_response.token_id is nil..and so function not working..is this a bug..or
.
Pls reply fast..

@masonforest
Copy link

try
:caller_token_id => install_caller_response.install_payment_instruction_result.token_id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant