Tommy Chheng

Results 57 comments of Tommy Chheng

i'm happy to accept pull requests for this.

There is no logging in the gem right now. We pass the response messages from Paypal through. I do accept PRs if you like to incorporate logging into the gem.

hey, it is possible to setup mongodb with an SSL connection. The feature hasn't been added to RMongo yet.

Would the workaround of making a second connection be suitable? mongoConn1

Which version of Java do you have on the system? You can increase the java heap space by setting a environment variable see: http://stackoverflow.com/questions/417152/how-do-i-set-javas-min-and-max-heap-size-through-environment-variables http://stackoverflow.com/questions/12577437/how-to-set-a-java-system-property-so-that-it-is-effective-whenever-i-start-jvm-w

Did increasing the heap space by setting the ENV variable resolve the issue? On Tue, Jun 3, 2014 at 10:54 AM, StefanoSpada [email protected] wrote: > java version "1.7.0_55" > >...

According to http://stackoverflow.com/questions/12577437/how-to-set-a-java-system-property-so-that-it-is-effective-whenever-i-start-jvm-w You need to set JAVA_TOOL_OPTIONS or _JAVA_TOOL_OPTIONS, not JAVA_OPTS

Sorry but I don't understand your question.

Take a look at the schema here: https://github.com/tc/paypal_adaptive/blob/master/lib/pay_request_schema.json You can probably use the "memo" field.

tzoro, are you running your code inside a rails action?