Hi,
We are developing a company's site with Drupal-4.7. We need link point API for E-Commerce payment which is only avaible for 4.6. Anyone working on this ? Please give us your feedback about this module.
Thank you.

CommentFileSizeAuthor
#8 linkpoint_api.install727 bytesscoonz
#4 linkpoint_api_4.7.zip5.86 KBscoonz
#3 file_8.patch30.2 KBscoonz

Comments

linda setchell’s picture

Component: payment.module » payment

We also need the Link point API for Drupal - 4.7 for a client. We are willing to pay someone to do the upgrade, however we need it done ASAP. The client was originally going to use Paypal and changed their mind at the last minute....so the site is ready to go, except for this piece.

Thanks!

linda

gordon’s picture

Priority: Critical » Normal

Some one needs to take responiblity for the module and upgrade it to CVS/4.7 and keep it up to date in the future.

scoonz’s picture

Component: payment » linkpoint_api
Status: Active » Needs review
StatusFileSize
new30.2 KB

Here is the patch.
Except rebuilding of forms and changes related to payment_api and
ec_transaction_api, I've made several improvements:

Fixed connection bug with cURL on some systems (including mine :));
Added CVV2 field (3 digit Card Verification Value);
Full connection error info is shown in debug mode (instead of
"Sorry - Could not connect to payment gateway.");
Added option for formatting error messages if card is not accepted.
If "Successful payment URL" is not set, invoice is shown in the very
end of check out process.
Settings page moved to store->settings;

scoonz’s picture

StatusFileSize
new5.86 KB

Here is full archive just in case patch won't work.

sime’s picture

Since the HEAD is already broken, I assume this makes it less broken and I patched.
http://drupal.org/cvs?commit=40027

MAINTAINERS.txt lists neclimdul as maintainer, so he must have some knowledge of linkpoint. If scoonz states an interest in maintaining and linda setchell can verify it works then I would argue for tagging, as it will at least mark a stage in this modules history.

sime’s picture

Keeping RTBC - but please review the code in CVS, not the patch.

sime’s picture

Will need to be merged with HEAD if it passes muster.

scoonz’s picture

StatusFileSize
new727 bytes

And what about .install file ?
(I made txnid as PRIMARY KEY)

sime’s picture

Thanks, committed.

sime’s picture

Status: Needs review » Fixed

The previous patch brought linkpoint up to 4.7, but we are not going to tag it. changes will continue to be made this module towards drupal5.0 along with any other modules that live in ecommerce.

Anonymous’s picture

Status: Fixed » Closed (fixed)