You are here

function theme_commerce_payment_transaction in Commerce Core 7

Themes the payment transaction entity.

File

modules/payment/commerce_payment.module, line 827
Defines the payment system and checkout integration.

Code

function theme_commerce_payment_transaction($variables) {
  return render($variables['content']);
}