Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Postback/Payment problems..

Quote Reply
Postback/Payment problems..
Hi. I just upgraded another copy of /Links/Payment.pm on a 2.2 install. However, now the "payments_term" is showing up as "1unlimite" ...anyone got any ideas?

I made a few mods to that file, but even changing it back to the original doesn't fix it. I just can't seem to work out where this "1" is coming from? Its basically screwing up the payment validation process, as its not a valid option :(

TIA for any ideas/advice.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Postback/Payment problems.. In reply to
Anyone? This is really doing my head in... I can't see where the "1" is coming from :(

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Postback/Payment problems.. In reply to
Mmm... maybe a bug?

/admin/Links/Config/Data.pm has;

Code:
'term' => {
'types' => {
'recurring' => {},
'signup' => {
'1unlimited' => '89.00'
}
}
}

Is this a bug... or just me being stupid when setting it up?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Postback/Payment problems.. In reply to
Yup, that's a bug. It means you entered '1' in the time length field, but selected unlimited. I'll get this fixed for the next release.

Adrian
Quote Reply
Re: [brewt] Postback/Payment problems.. In reply to
Ok, no problem. I fixd it up manually for now :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Postback/Payment problems.. In reply to
Is this referring to release dated 2004-07-01 ?

As I've just upgraded one of my sites using LinsSql 2.2 (downloaded 12 th July)

I'm in the midst of setting up WorldPay payments, any info appreciated?
Colin Thompson

Last edited by:

colintho: Jul 14, 2004, 7:26 AM
Quote Reply
Re: [colintho] Postback/Payment problems.. In reply to
That should be the stable version. It was any builds before the 2nd of July (I believe).

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Postback/Payment problems.. In reply to
Thanks Andy
Colin Thompson
Quote Reply
Re: [colintho] Postback/Payment problems.. In reply to
It isn't fixed in the 2.2.0 release as it isn't a big problem. When creating an lifetime payment, just make sure you don't enter anything into the period text input (the one to the left of that drop down) and you won't run into this problem.

Adrian