Skip to content

token_id not found #8

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions