Orders: How to add a comment/note on a payment transaction ?

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
vinc
Forum Members
Forum Members
Posts: 26
Joined: Thu Jun 14, 2007 10:01 am

Orders: How to add a comment/note on a payment transaction ?

Post by vinc »

Hi there,

I'm just a few steps away from setting up a new payment gateway.

Actually when a payment arrives and is ok (ipn stuff all good), from the order module, we can see for the corresponding invoice :
- a modified state
- the validation date
- and the amount
This is done with ProcessAsyncTransaction() but unfortunately with not enough options ?

How can the payment gateway can add some informations to this ?
We have a confirmation code and a note fields for example which could be filled with the payment records (not only the id)...

Regards

Vincent
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Orders: How to add a comment/note on a payment transacti

Post by Dr.CSS »

Vincent, the other forum is for trouble with existing modules, this one is for developers of modules...
vinc
Forum Members
Forum Members
Posts: 26
Joined: Thu Jun 14, 2007 10:01 am

Re: Orders: How to add a comment/note on a payment transacti

Post by vinc »

Hi,

Sorry if the post was misplaced... feel free to move it to the right place !

But I'm developing a module (Payment gateway) that use an existing module (e-commerce suite), which forum should I use ?

Regards

Vincent
Post Reply

Return to “Developers Discussion”