You are here

function commerce_cardonfile_views_api in Commerce Card on File 7.2

Implements hook_views_api().

File

./commerce_cardonfile.module, line 268
Supports card on file functionality for credit card payment methods by associating card data reference IDs from payment gateways with user accounts.

Code

function commerce_cardonfile_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'commerce_cardonfile') . '/includes/views',
  );
}