We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
install_caller_response = api.install_payment_instruction(caller_request)
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..
The text was updated successfully, but these errors were encountered:
try :caller_token_id => install_caller_response.install_payment_instruction_result.token_id
Sorry, something went wrong.
No branches or pull requests
install_caller_response = api.install_payment_instruction(caller_request)
puts "maek request",install_caller_response.token_id
Here install_caller_response.token_id is nil..and so function not working..is this a bug..or
.
Pls reply fast..
The text was updated successfully, but these errors were encountered: