Paypal "waiting on paymet server"

Author Message

Nuno Portugal

Monday 20 November 2006 4:31:42 am

I was cheking the logs and realize that paypal sandbox does,t give the answer that ezpublish is expecting. The value paypal send is VERIFIED and ezpublish expects Completed...

where do I change this ?

Here is a copy of the final statement in the eZPaypalChecker.log

--------------------------------------------------------------------------------------
20-11-2006 09-13 requestValidation. response from server is: VERIFIED
20-11-2006 09-13 check Field ----
20-11-2006 09-13 ERROR - receiving value doesn't match!!!
20-11-2006 09-13 Field :payment_status
20-11-2006 09-13 Value :Pending
20-11-2006 09-13 Expected value :Completed
20-11-2006 09-13 ----
20-11-2006 09-13 checkPaymentStatus faild
-------------------------------------------------------------------------------------------------------------

Claudia Kosny

Monday 20 November 2006 5:38:32 am

Hi Nuno

I have just started working with the paypal extension, so take the following with a grain of salt:
As you can see in eZPaypalChecker::requestValidation(), ezpublish expects VERIFIED at the first stage, so this part is not the source of your problems.

But after that the payment status is checked and there you have a problem. Paypal posts some variables back to EZ, among them the payment_status. If everything went alright, this status is set to 'completed'. The reason why your status is set to pending should be in the post variable 'pending_reason', so have a look at that to solve your problem.

If you use a test account, make sure that this account is verified as this is one of the most likely reasons the payment is still pending.

The post data is fetched in \kernel\shop\classes\ezpaymentcallbackchecker.php::createDataFromPOST()

The meaning of the posted variables can be seen here (page 59 and 60):
https://www.paypal.com/en_US/pdf/PP_OrderManagement_IntegrationGuide.pdf

Good luck

Claudia

Nuno Portugal

Monday 20 November 2006 1:59:02 pm

Thank's Claudia, your answer was quite clear and I hope it helps somebody else for this subject has been discussed all along the forum.

Espen Pedersen

Tuesday 02 January 2007 3:34:45 pm

I have the exact same problem, any cure?

The account I use for testing is a sandbox accound which is verified.

kracker (the)

Tuesday 02 January 2007 10:26:54 pm

I got some great feedback to from someone in irc who had solved this problem (i think) using the eZ paypal extension.

<i>http://ezpedia.org/wiki/en/ez/ez_paypal</i>

It was based on their experiences but the content is still subpar.

<i>hth,
//kracker

the rocketboom, my tivo taught me to enjoy is gone ...</i>

Member since: 2001.07.13 || http://ezpedia.se7enx.com/

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 15:13:19
Script start
Timing: Jan 18 2025 15:13:19
Module start 'layout'
Timing: Jan 18 2025 15:13:19
Module start 'content'
Timing: Jan 18 2025 15:13:20
Module end 'content'
Timing: Jan 18 2025 15:13:20
Script end

Main resources:

Total runtime1.3323 sec
Peak memory usage4,096.0000 KB
Database Queries67

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0043 589.0313152.6250
Module start 'layout' 0.00430.0024 741.656339.4609
Module start 'content' 0.00671.3244 781.1172636.6563
Module end 'content' 1.33100.0012 1,417.773412.1563
Script end 1.3322  1,429.9297 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00280.2117160.0002
Check MTime0.00120.0875160.0001
Mysql Total
Database connection0.00050.040710.0005
Mysqli_queries1.275395.7234670.0190
Looping result0.00060.0479650.0000
Template Total1.303797.920.6518
Template load0.00210.156320.0010
Template processing1.301697.697820.6508
Template load and register function0.00010.006310.0001
states
state_id_array0.00070.055010.0007
state_identifier_array0.00210.154820.0010
Override
Cache load0.00180.1367420.0000
Sytem overhead
Fetch class attribute can translate value0.00050.037240.0001
Fetch class attribute name0.00110.079370.0002
XML
Image XML parsing0.00120.088940.0003
class_abstraction
Instantiating content class attribute0.00000.001280.0000
General
dbfile0.00100.0751210.0000
String conversion0.00000.000540.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
9content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 23
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs