hook_alloc_get_payment_form

Definition

hook_alloc_get_payment_form($txn)
ecommerce-5--4/docs/developer/hooks/ec_receipt.php, line 223

Description

I have no idea how an allocation provide returns a payment form since its not a receipt type - sime

Related topics

Namesort iconDescription
HooksAllow modules to interact with the Drupal core.

Code

<?php
function hook_alloc_get_payment_form($txn) {
  return $txn->payment_form;
}
?>