Git Product home page Git Product logo

remit's People

Contributors

asoules avatar bmishkin avatar cainlevy avatar cyu avatar jagthedrummer avatar jjb avatar jmoses avatar joncrawford avatar jseibert avatar jwhitmire avatar kylecrum avatar mrkurt avatar nbibler avatar oggy avatar pboling avatar replaid avatar tylerhunt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

remit's Issues

fees aren't getting parsed correctly

the raw response has the fee info, but it's not available from the accessor method

(rdb:1) @result.raw
"<?xml version=\"1.0\"?>\n<GetTransactionResponse xmlns=\"http://fps.amazonaws.com/doc/2008-09-17/\"><GetTransactionResult><Transaction><TransactionId>################</TransactionId><CallerReference>2201-2</CallerReference><DateReceived>2010-11-30T17:31:14.568-08:00</DateReceived><DateCompleted>2010-11-30T17:31:15.496-08:00</DateCompleted><TransactionAmount><CurrencyCode>USD</CurrencyCode><Value>0.500000</Value></TransactionAmount><FPSFees><CurrencyCode>USD</CurrencyCode><Value>0.075000</Value></FPSFees><FPSFeesPaidBy>Recipient</FPSFeesPaidBy><SenderTokenId>#########################################</SenderTokenId><FPSOperation>Pay</FPSOperation><PaymentMethod>CC</PaymentMethod><TransactionStatus>Success</TransactionStatus><StatusCode>Success</StatusCode><StatusMessage>The transaction was successful and the payment instrument was charged.</StatusMessage><SenderName>#######</SenderName><SenderEmail>##########</SenderEmail><CallerName>John #######</CallerName><RecipientName>John #########</RecipientName><RecipientEmail>########</RecipientEmail><StatusHistory><Date>2010-11-30T17:31:14.715-08:00</Date><TransactionStatus>Pending</TransactionStatus><StatusCode>PendingNetworkResponse</StatusCode></StatusHistory><StatusHistory><Date>2010-11-30T17:31:15.496-08:00</Date><TransactionStatus>Success</TransactionStatus><StatusCode>Success</StatusCode></StatusHistory></Transaction></GetTransactionResult><ResponseMetadata><RequestId>############</RequestId></ResponseMetadata></GetTransactionResponse>"
(rdb:1) @result.transaction.fees.value
nil

odd bundler error

when doing bundle update just now, this happened:

โž” bundle update
Updating git://github.com/nyc-ruby-meetup/remit.git
Fetching source index for http://rubygems.org/
Could not find gem 'remit (~> 0.1.18, runtime)' in git://github.com/nyc-ruby-meetup/remit.git (at master).
Source contains 'remit' at: 0.2.3
bundle update  26.24s user 0.64s system 98% cpu 27.391 total

0.1.18 is in my Gemfile.

if i change that to 0.2.3, bundler doesn't see any updates (so for some reason it had already pulled that down?)

didn't look any deeper, just throwing it your way in case you know what's up.

token_id not found

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.