You are here

function commerce_paypal_checkout_theme in Commerce PayPal 7.2

Implements hook_theme().

File

modules/checkout/commerce_paypal_checkout.module, line 749
Implements PayPal Checkout in Drupal Commerce checkout.

Code

function commerce_paypal_checkout_theme($existing, $type, $theme, $path) {
  return array(
    'commerce_paypal_checkout_smart_payment_buttons' => array(
      'variables' => array(
        'payment_method' => array(),
        'commit' => FALSE,
        'order' => NULL,
        'flow' => NULL,
      ),
    ),
  );
}