 | |  | | | Classifieds Bug Reports Post any problems you may be having with Classifieds here. |
November 4th, 2009, 03:06 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Oct 2009
Posts: 107
| Multiple Messages when someone pays for an ad
This is really not that bad of a bug... just an annoyance.
Whenever someone pays to list an ad, I am getting two notices for each one.
Here is a log of one.... notice how payment_verification gets called twice. Quote:
------------------------
11.04.2009 07:50:39 started paymemt_verification.php
at update query in paymemt_verification.php
at send_ppemail in paymemt_verification.php
starting send_ppemail
Email to: xxxxxxxxxxx (edited out for privacy)
Subject:Verify payment for Classified Ad #669
Letter:You have received a payment for the classified ad: http://127.0.0.1/pp_classifieds/show...hp?product=669
which should be in the amount of $}5.00.
Please verify your transaction records to ensure that proper payment was received for this item.
checking if to send to both or email...
calling send_ppmsg in messaging
Starting send_ppmsg to ID=1
saving to db
back from send_ppmsg
finished with send_ppmsg
------------------------
11.04.2009 07:55:05 started paymemt_verification.php
at update query in paymemt_verification.php
at send_ppemail in paymemt_verification.php
starting send_ppemail
Email to: xxxxxxxxxxx (edited out for privacy)
Subject:Verify payment for Classified Ad #669
Letter:You have received a payment for the classified ad: http://127.0.0.1/pp_classifieds/show...hp?product=669
which should be in the amount of $}5.00.
Please verify your transaction records to ensure that proper payment was received for this item.
checking if to send to both or email...
calling send_ppmsg in messaging
Starting send_ppmsg to ID=1
saving to db
back from send_ppmsg
finished with send_ppmsg
| Notice they are 5 minutes apart... maybe one was supposed to be a notice that they initiated, and the 2nd was the notice that it was processed???
.
|
| |
November 4th, 2009, 04:35 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,663
|
Have you tested this as a user or admin? Admin may get more than one notice if your the actual user.
|
| |
November 4th, 2009, 05:11 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Oct 2009
Posts: 107
| Quote:
Originally Posted by Chuck S Have you tested this as a user or admin? Admin may get more than one notice if your the actual user. | not testing... it's live data... that was a payment from one of my members and those were the messages that I received... notice the ad # is the same in both messages.... meaning, it was duplicated.
|
| |
November 4th, 2009, 08:58 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,663
|
Only way that could happen is maybe paypal bounces back the confirmation twice?
There is only one email string there.
|
| |
November 4th, 2009, 09:02 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Oct 2009
Posts: 107
|
well, I guess paypal is bouncing all of them because it's happening to everyone that gets a payment
|
| |
November 4th, 2009, 09:11 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,663
|
yes has to be because we definately are not issue two emails at one time.'
well its good I guess paypal is diligent in getting out payment confirmations.
|
| |
November 4th, 2009, 09:17 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Oct 2009
Posts: 107
|
its not emails, it's messages, and it's not at one time... they are 5 minutes apart
|
| |
November 4th, 2009, 09:36 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Oct 2009
Posts: 107
|
heres the EMAIL from paypal on one that just happened:
real names and emails boinked out on purpose Quote:
----- Original Message -----
From: <yyyyyy@verizon.net>
To: "zzzzzzz" <wwwwww@wwwwww.com>
Sent: Wednesday, November 04, 2009 8:20 PM
Subject: Item #cde16c5d1a2fc21e7faf0b9da96c227d - Notification of Payment Received from xxxxxxxxx (yyyyyyy@verizon.net)
Nov 4, 2009 18:19:52 PST | Transaction ID: 2RR814287K939611D
Hello zzzzzzz,
You received a payment of $32.49 USD from xxxxxxxxxx (yyyyy@verizon.net)
Thanks for using PayPal. You can now ship any items. To see all the transaction details, log in to your PayPal account
| Only one EMAIL from PayPal, and totally different than the two MESSAGES that he got in addition to the email from Paypal.
On the bright side, at least the MESSAGES have a product instead of some cryptic code like: "Item #cde16c5d1a2fc21e7faf0b9da96c227d"
.
|
| |
November 4th, 2009, 09:59 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,663
|
You misunderstand I am not referring to paypals message from paypal
The payment verificaition script sends an email when paypal posts back the payment verification to us.
|
| |
November 4th, 2009, 10:03 PM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Oct 2009
Posts: 107
| Quote:
Originally Posted by Chuck S You misunderstand I am not referring to paypals message from paypal
The payment verificaition script sends an email when paypal posts back the payment verification to us. | Then it must be posting back twice...
same messages, this time 22 seconds apart, resulting in both the buyer and seller getting two MESSAGES each for the same transaction. Quote:
LOGGING: starting send_ppemail to BUYER in paymemt_verification.php
------------------------
11.04.2009 20:14:28 starting send_ppemail
Sending MESSAGE TO: yyyyy@munnracing.com
Subject: Ad Purchase Notice: KTM Tread Goggle
Letter: Chip, your listing at KTMTalk.com has been purchased.
LOGGING: starting send_ppemail to SELLER in paymemt_verification.php
------------------------
11.04.2009 20:14:28 starting send_ppemail
Sending MESSAGE to: xxxxx@verizon.net
Subject: Ad Purchase Notice: KTM Tread Goggle
Letter: Dale,
LOGGING: starting send_ppemail to BUYER in paymemt_verification.php
------------------------
11.04.2009 20:14:50 starting send_ppemail
Sending MESSAGE to: yyyyy@munnracing.com
Subject:KTMTalk.com Ad Purchase Notice: KTM Tread Goggle
Letter: Chip, your listing at KTMTalk.com has been purchased
LOGGING: starting send_ppemail to SELLER in paymemt_verification.php
------------------------
11.04.2009 20:14:50 starting send_ppemail
Sending MESSAGE to: xxxxx@verizon.net
Subject: Ad Purchase Notice: KTM Tread Goggle
Letter: Dale,
|
.
|
| |
November 4th, 2009, 10:29 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Oct 2009
Posts: 107
|
I think I found it... won't know for sure until another paypal comes thru.
|
| |
November 5th, 2009, 08:46 AM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,663
|
Like I said if paypal sends it twice ok. There is nothing I can change there. The only way for two emails to be sent is if paypal posts back to the site twice and they very well could.
There is nothing I can do to prevent paypal from posting twice. There is nothing I can do about it sending a second email without altering the program in a manner to say add a paid column to the payments table etc and see if its paid or not.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 07:16 AM. | |