hook_alloc_get_payment_form($txn)
ecommerce-5--4/docs/developer/hooks/ec_receipt.php, line 223
I have no idea how an allocation provide returns a payment form since its not a receipt type - sime
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
<?php
function hook_alloc_get_payment_form($txn) {
return $txn->payment_form;
}
?>