search for: amount1

Displaying 2 results from an estimated 2 matches for "amount1".

Did you mean: amount
2013 Apr 21
1
lsoda question from deSolve package
...dy2 <- p["k12"]* y[1] - p["k21"] *y[2]   list(c(dy1, dy2)) }   p <- c(k=k, k12=k12, k21=k21, V=V) result <- lsoda( yini, times, pkmod, p,rtol = 1e-08, atol = 1e-08,events = list(data = events)) result <- data.frame(result) names(result) <- c("time","Amount1", "Amount2") plot(result$Amount1 ~ result$time, type="b", main="Central", xlab="time", ylab="Amount") plot(result$Amount2 ~ result$time, type="b", main="Peripheral", xlab="time", ylab="Amount") What I wou...
2006 Feb 17
4
PayPal WSDL API on Rails anyone ?
Hi ! Has anyone connected to the Mass Pay API of PayPal using Rails ? I need to do this for a customer, and I wanted to know how easy/hard it was. I have no experience using SOAP, WSDL, etc. I saw soap4r[1] on the RAA[2]. This is probably what I''ll need to use. One question I haven''t answered yet is whether soap4r will accept PayPal''s certificates ? Thanks for any