Zen Cart Logo
Forums / Bug Reports / [Done v1.3.8] 1.3.37 - Paypal IPN Refund Status Bug

[Done v1.3.8] 1.3.37 - Paypal IPN Refund Status Bug

Locked

Views: 5,386

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
5 Feb 2007, 10:54 PM
#1
jla avatar

jla

Zen Follower

Join Date:
Jul 2005
Posts:
128
Plugin Contributions:
0

[Done v1.3.8] 1.3.37 - Paypal IPN Refund Status Bug

In FRESH install of 1.3.37

In PAYPAL IPN control panel set the

Set Refund Order Status
Set the status of orders that have been refunded made with this payment module to this value
('Pending' recommended)

to a custom order step we created in admin called "REFUND ISSUED"

When made REFUND via PAYPAL to customer on order status was updated to PENDING and not to the REFUND ISSUED as we selected.

This was working in prior version 1.2.25

6 Feb 2007, 12:08 AM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: [Done v1.3.8] 1.3.37 - Paypal IPN Refund Status Bug

Did you also install the Patch for v1.3.7?

http://www.zen-cart.com/forum/showthread.php?t=56216

6 Feb 2007, 12:16 AM
#3
jla avatar

jla

Zen Follower

Join Date:
Jul 2005
Posts:
128
Plugin Contributions:
0

Re: [Done v1.3.8] 1.3.37 - Paypal IPN Refund Status Bug

No, we did not as this is not a problem with PAYPAL express but instead PAYPAL IPN

Please advise

6 Feb 2007, 12:17 AM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: [Done v1.3.8] 1.3.37 - Paypal IPN Refund Status Bug

Could you humor me and install that patch please? Thanks ... there are a couple shared files ...

6 Feb 2007, 12:27 AM
#5
jla avatar

jla

Zen Follower

Join Date:
Jul 2005
Posts:
128
Plugin Contributions:
0

Re: [Done v1.3.8] 1.3.37 - Paypal IPN Refund Status Bug

Installed the patch and will test this out for you and report back later on

Thanks

6 Feb 2007, 12:48 AM
#6
jla avatar

jla

Zen Follower

Join Date:
Jul 2005
Posts:
128
Plugin Contributions:
0

Re: [Done v1.3.8] 1.3.37 - Paypal IPN Refund Status Bug

Installed the patch and this issue was not corrected.

Also reported in another thread that another PAYPAL issue was partially fixed but not all the way by the patch

9 Feb 2007, 5:16 AM
#7
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: [Done v1.3.8] 1.3.37 - Paypal IPN Refund Status Bug

/ipn_main_handler.php
line 253 (of initial v1.3.7 release) says:

      if (define('MODULE_PAYMENT_PAYPAL_REFUND_ORDER_STATUS_ID') && (int)MODULE_PAYMENT_PAYPAL_REFUND_ORDER_STATUS_ID > 0 && $isECtransaction) $new_status = MODULE_PAYMENT_PAYPAL_REFUND_ORDER_STATUS_ID;
```two corrections should be made to that line to fix the refund problem you're mentioning:```
      if (define[B]d[/B]('MODULE_PAYMENT_PAYPAL_REFUND_ORDER_STATUS_ID') && (int)MODULE_PAYMENT_PAYPAL_REFUND_ORDER_STATUS_ID > 0 && [B]![/B]$isECtransaction) $new_status = MODULE_PAYMENT_PAYPAL_REFUND_ORDER_STATUS_ID;
20 Feb 2007, 12:34 AM
#8
jla avatar

jla

Zen Follower

Join Date:
Jul 2005
Posts:
128
Plugin Contributions:
0

Re: [Done v1.3.8] 1.3.37 - Paypal IPN Refund Status Bug

We applied this fix and will report when we have a chance to test it.

Thanks Dr. Byte

20 Feb 2007, 4:23 PM
#9
jla avatar

jla

Zen Follower

Join Date:
Jul 2005
Posts:
128
Plugin Contributions:
0

Re: [Done v1.3.8] 1.3.37 - Paypal IPN Refund Status Bug

This fix corrected the bug.

Thank You

20 Feb 2007, 4:26 PM
#10
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: [Done v1.3.8] 1.3.37 - Paypal IPN Refund Status Bug

Yay :)

This fix is included in the patch update posted yesterday:
http://www.zen-cart.com/forum/showthread.php?t=56216

20 Feb 2007, 4:41 PM
#11
jla avatar

jla

Zen Follower

Join Date:
Jul 2005
Posts:
128
Plugin Contributions:
0

Re: [Done v1.3.8] 1.3.37 - Paypal IPN Refund Status Bug

Thanks - we just applied that patch