Zen Cart Logo
Forums / Bug Reports / [Done v1.3.9] Linkpoint bug?

[Done v1.3.9] Linkpoint bug?

Locked

Views: 2,874

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
19 Jan 2008, 10:15 AM
#1
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

[Done v1.3.9] Linkpoint bug?

Dont know if this is a bug but I got this error:
MODULE_PAYMENT_LINKPOINT_API_TEXT_DUPLICATE_MESSAGE
SGS-005005: Duplicate transaction.

I checked the 1.3.8a package I downloaded from zencart and there is no constant with that name?

19 Jan 2008, 2:58 PM
#2
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: [Done v1.3.9] Linkpoint bug?

if this is from an upgraded did you uninstall and reinstall linkpoint in the zcadmin

19 Jan 2008, 3:48 PM
#3
drbyte avatar

drbyte

Sensei

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

Re: [Done v1.3.9] Linkpoint bug?

You can add this to your linkpoint_api language file:```
define('MODULE_PAYMENT_LINKPOINT_API_TEXT_DUPLICATE_MESSAGE', 'This appears to be a duplicate transaction. Please submit again, or contact the Store Owner for assistance.');

19 Jan 2008, 6:42 PM
#4
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: [Done v1.3.9] Linkpoint bug?

@Merlinpa1969: yeah I did

@DrByte: Thanks DrByte, that should solve the problem.