vincent
|
| Posted: 03/08/2002, 5:39 PM |
|
Hi,
I have a problem in the Verisign PayFlow integration example..
Everytime I process a group of orders e.g order_id# 10, 11, 12 and payment
is accepted and approved and all ordered items are moved over to the
purchases table. Once that happens and I start making new purchases again,
the order_id starts from 10,11, and so on, overlapping the earlier
transactions if I proceed to buy.
I am using PHP4 Templates and CC2.04, also, my field for order_id is PRIMARY
and UNIQUE.
Thanks a bunch!
Vincent
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 03/09/2002, 6:15 AM |
|
is this field autonumber ?
what db do you use ?
--
Alex
CodeCharge Developer
"vincent" <vooi@activedrive.com> wrote in message
news:a6bp4h$spe$1@news.codecharge.com...
> Hi,
>
> I have a problem in the Verisign PayFlow integration example..
> Everytime I process a group of orders e.g order_id# 10, 11, 12 and payment
> is accepted and approved and all ordered items are moved over to the
> purchases table. Once that happens and I start making new purchases again,
> the order_id starts from 10,11, and so on, overlapping the earlier
> transactions if I proceed to buy.
>
> I am using PHP4 Templates and CC2.04, also, my field for order_id is
PRIMARY
> and UNIQUE.
>
>
> Thanks a bunch!
>
> Vincent
>
>
>
>
>
>
>
>
|
|
|
 |
|