You are here

function commerce_paypal_theme in Commerce PayPal 8

Implements hook_theme().

File

./commerce_paypal.module, line 19
Implements PayPal payment services for use with Drupal Commerce.

Code

function commerce_paypal_theme() {
  $theme = [
    'commerce_paypal_checkout_custom_card_fields' => [
      'variables' => [],
    ],
  ];
  return $theme;
}