Function Hook_payment_gateway_authorize->get_logos

Definitions

sources/hooks/systems/payment_gateway/authorize.php

  • Get the card/gateway logos and other gateway-required details.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Returns

  • The stuff
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the card/gateway logos and other gateway-required details.
 *
 * @return Tempcode The stuff
 */

public function get_logos() : object