Commerce Cardinity is Drupal Commerce module that integrates Cardinity payment gateway into your Drupal Commerce shop.

Features

  • Direct payment
  • 3-D Secure support
  • card on file functionality that allows for you securely to charge a client card without having to deal with the huge hassle of storing credit card numbers.

Note that to enable the card on file functionality you need to install the 2.x version of the commerce_cardonfile module.

Installation

  • Download and enable the module. (Cardinity 3D Secure Support for 3-D Secure support)
  • Get a Cardinity account and configure the payment rule at admin/commerce/config/payment-methods.
  • Configure the payment rule (the edit link) with your keys.

Supporting organizations:
WEB Partners
Cardinity

Project Page

https://www.drupal.org/sandbox/mantoza/2445027

GIT Repository

git clone --branch 7.x-1.x http://git.drupal.org/sandbox/mantoza/2445027.git commerce_cardinity

Comments

Mantas Taroza’s picture

Issue summary: View changes
PA robot’s picture

Status: Needs review » Needs work

Git clone command for the sandbox is missing in the issue summary, please add it.

We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)

Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).

I'm a robot and this is an automated message from Project Applications Scraper.

Mantas Taroza’s picture

Issue summary: View changes
saurabh.tripathi.cs’s picture

Hi,
Please add the below points in this issue about project description.

1)Project Page link.
2)Git clone command: Please follow instructions:
You can find the correct git clone command for your sandbox by clicking on the Version control tab, removing the checkbox in front of "Maintainer", and clicking Show. You can then copy-paste the git clone command from the codeblock below "Setting up repository for the first time".
2)If there are any related modules please mention how this module is different.

Reference : https://www.drupal.org/node/1011698.

Mantas Taroza’s picture

Issue summary: View changes
Status: Needs work » Needs review
Mantas Taroza’s picture

Issue summary: View changes
PA robot’s picture

Status: Needs review » Needs work

There are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxmantoza2445027git

I'm a robot and this is an automated message from Project Applications Scraper.

evaldas.uzkuras’s picture

Status: Needs work » Needs review
Mantas Taroza’s picture

Issue summary: View changes
Arun Murugadoss - Drupal Geeks’s picture

Hi,

Thanks for the work on this module.

* hook_disable() is missing in the commerce_cardinity.install file.
* I guess it is a good idea to provide the options to log the payment gateway API request/response in commerce_cardinity_settings_form() on commerce_cardinity.module file such as below.

 $form['log'] = array(
    '#type' => 'checkboxes',
    '#title' => t('Log the following messages for debugging'),
    '#options' => array(
      'request' => t('API request messages'),
      'response' => t('API response messages'),
    ),
    '#default_value' => $settings['log'],
  );

And based on the selection, API request/response logging to watchdog table entries in the module file can be refactored.

Thanks.

Arun Murugadoss - Drupal Geeks’s picture

Status: Needs review » Needs work
PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).

I'm a robot and this is an automated message from Project Applications Scraper.