Membership PayPal Transaction dates not displaying correctly
WPMU DEV Community
Membership PayPal Transaction dates not displaying correctly
Pro
63 pointsSerious WPMU DEV-sterI'm helpful
ryanott
Member
—
8th February 2012 (3 months ago)
This isn't a huge issue, but I thought I would mention it...
When viewing transactions in the PayPal Single Payments gateway for Membership, the date is showing the current date rather than the date of the transaction...
This isn't a huge issue, but I thought I would mention it...
When viewing transactions in the PayPal Single Payments gateway for Membership, the date is showing the current date rather than the date of the transaction...
5571 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Support Kangaroo
—
18th February 2012 (3 months ago)
#
Greetings ryanott,
Just checking if this issue was eventually resolved in another thread? Or by yourself separately to us? Or by us over email with you? Or using our live support?
If so, no need to reply, that's great news.
If not, or you have any more questions related to this thread, please feel free to post them below including any new symptoms or errors and tick the 'Mark as Not Resolved (re-open)' box below the post area (or else we'll miss it!)
All transactions under payment gateway (PayPal Express - with Single Payments transactions) are listed under current day, as opposed to day of the actual transaction (either payment sent or funds received).
Can you confirm if this is Gateway problem? Or a Membership problem
10626 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Sales & Support Lead
—
21st March 2012 (2 months ago)
#
Hiya @amichel,
Apologies for the delay, just takes a bit of time to do proper testing on these. We have to wait a day to see the issue, then get the fix worked out. I did let the developer know, however, and he is on it so thanks for just a bit more patience here :)
Well, we are trying to get it out asap and you did say in your original post that it wasn't a huge issue. But, change line 326 of class.gateway.php to: echo date("d-m-Y", $transaction->transaction_stamp);
Responses (11)
Sales & Support Lead — 8th February 2012 (3 months ago) #
Hiya ryanott,
Could be an issue with the gateway itself. Thanks for reporting this, we'll look into it and find the culprit here.
Thanks again!
Support Kangaroo — 18th February 2012 (3 months ago) #
Greetings ryanott,
Just checking if this issue was eventually resolved in another thread? Or by yourself separately to us? Or by us over email with you? Or using our live support?
If so, no need to reply, that's great news.
If not, or you have any more questions related to this thread, please feel free to post them below including any new symptoms or errors and tick the 'Mark as Not Resolved (re-open)' box below the post area (or else we'll miss it!)
Otherwise, happy days, glad you got it sorted :)
Thank you for being a WPMU Dev member!
Cheers, Joe :-)
Member — 18th March 2012 (2 months ago) #
Same issue.
All transactions under payment gateway (PayPal Express - with Single Payments transactions) are listed under current day, as opposed to day of the actual transaction (either payment sent or funds received).
Can you confirm if this is Gateway problem? Or a Membership problem
Using WP 3.3.1 + Membership Premium 3.0
Sales & Support Lead — 20th March 2012 (2 months ago) #
Hiya amichel,
Thanks for bringing it up again. We'll look into it straight away.
Member — 20th March 2012 (2 months ago) #
Any news?
Sales & Support Lead — 21st March 2012 (2 months ago) #
Hiya @amichel,
Apologies for the delay, just takes a bit of time to do proper testing on these. We have to wait a day to see the issue, then get the fix worked out. I did let the developer know, however, and he is on it so thanks for just a bit more patience here :)
Member — 21st March 2012 (2 months ago) #
No worries.
Let me know when you know what's what.
Developer — 21st March 2012 (2 months ago) #
Hi, it's fixed for the next release, so will be included in that.
Member — 21st March 2012 (2 months ago) #
So I'm SOL until the next release? Good thing I only paid 210$ for this thing!
How about hooking me up with the source fix?
Developer — 21st March 2012 (2 months ago) #
Well, we are trying to get it out asap and you did say in your original post that it wasn't a huge issue. But, change line 326 of class.gateway.php to:
echo date("d-m-Y", $transaction->transaction_stamp);Member — 21st March 2012 (2 months ago) #
Yeah, that did it!
Thanks for the quick turn around!
Become a member