Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Need Help Testing PayPal Pro

Need Help Testing PayPal Pro 11 years 9 months ago #19804

  • abrender
  • abrender's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 109
  • Thank you received: 0
I created a PayPal Pro Test Account. I enabled the PayPal Pro payment method. I put in the API credentials. When attempting to test a registration payment, it simply keeps failing. I tried this in Live and Test mode on the DT Register side. I am assuming there is something on the PayPal side I am missing but I am not sure what that would be. Any ideas?

Please Log in or Create an account to join the conversation.

Need Help Testing PayPal Pro 11 years 9 months ago #19805

  • abrender
  • abrender's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 109
  • Thank you received: 0
So the solution was to actually delete the payment method, recreate the payment method and it started working with the test account. Not sure why but there you go. On another note, I can't seem to find a way to get the confirmation number injected somewhere into PayPal Pro like I can with Authorize.net. Any help here would be appreciated as well.

Please Log in or Create an account to join the conversation.

Need Help Testing PayPal Pro 11 years 9 months ago #19806

  • abrender
  • abrender's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 109
  • Thank you received: 0
... and the PayPal Pro gateway does not seem to be returning Transaction IDs back to DTRegister..... so if I can't pass confirmation numbers to PayPal Pro, and PayPal Pro does not return the credit card transaction number... how do you have a chance to properly reconcile payments? I am 100 percent certain I am doing something wrong... at least I am hoping so.

Please Log in or Create an account to join the conversation.

Need Help Testing PayPal Pro 11 years 3 months ago #21272

  • hoomank
  • hoomank's Avatar
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 38
  • Thank you received: 0
I am having the same problem. I just upgraded from Paypal Standard to PayPal Pro. The first thing I noticed is that no transaction IDs are being recorded in DTRegister when using Paypal Pro (whereas this worked fine with PayPal Standard).

This severely limits the value of DTRegister because PayPal Standard blocks all transactions beyond a few hundred dollars for people without Paypal Accounts.

Can we get a commitment from the developers to fix this? A patch would be nice (as opposed to a new version being introduced).

Please Log in or Create an account to join the conversation.

Need Help Testing PayPal Pro 11 years 3 months ago #21302

  • hoomank
  • hoomank's Avatar
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 38
  • Thank you received: 0
I solved the transaction ID problem.

It requires a code change. I appreciate the devs integrating this bug fix in the next release and confirming they will do so in the forum.

In the file: components/com_dtregister/lib/payment/paypal_pro.php

CHANGE THE LINE:

$this->transactionId = $res;

TO:

$this->transactionId = $resArray;

... and that's all there is to it. You will now see transaction IDs appear for PayPal Pro.

Please Log in or Create an account to join the conversation.

Need Help Testing PayPal Pro 11 years 3 months ago #21458

  • hoomank
  • hoomank's Avatar
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 38
  • Thank you received: 0
Can someone from DTH Confirm this bug fix will be applied to their code tree?

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
  • 2
Time to create page: 0.148 seconds