Closed (fixed)
Project:
UC Recurring Payments and Subscriptions
Version:
7.x-2.x-dev
Component:
Gateway Integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2011 at 03:27 UTC
Updated:
6 Oct 2012 at 10:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
trobey commentedHere is a patch that removes the error but could use more testing.
Comment #2
univate commentedComment #4
nivelula commentedThe issue still seems to be present in 7.x-2.0-alpha1. This time on line 75
Comment #5
mmilano commentedStill got the error in alpha1 and alpha2. I confirmed the code in this patch is not updated in either alpha or dev.
For me, the error was showing up on all pages, and preventing cron from completing.
#1 does fix the error.
Comment #6
meishme commentedStumbled upon this issue as well. As nivelula mentioned, the issue was still present in alpha2, but the error was on line 75 this time.
As a result, while using test_gateway and fast-forwarding my system-clock +1 month (monthly billings), it would create the same recurring order multiple times, all with "Pending" as the status. See here: http://screencast.com/t/8RQdTjgnkv
My solution was to implement the patch at #1, but in Line 75. Specifically, I replaced uc_encryption_class with UbercartEncryption. This seemed to have solved the problem– no more multiple orders. Now I get one order with a status of "Completed".
Comment #7
-enzo- commentedI did the same solution of #6, applying the path in #1. Please apply in next release
Comment #8
dafederComment #9
dafederNew patch for alpha2.
Comment #10
univate commented