Hello,
this is my code, i try to capture money from a credit card to a paypal
gateway:
http://pastie.org/211878
if i execute the code i get:
Net::ProtocolError: execution expired
Now, i don't know why. If i leave the address out, i get a response
back that i need a full billing address. shouldn't that prove that i
get to the server correctly ?
besides, @gateway.transfer gets me to the point where i receive an
"account doesn't have enough funds", so again, no execution
expiration.
Am i doing something wrong?
Thank you in advance ;)