Function __global->perform_local_payment

Definitions

sources/ecommerce.php

  • Find whether local payment will be performed.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether local payment will be performed
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find whether local payment will be performed.
 *
 * @return boolean Whether local payment will be performed
 */

function perform_local_payment() : bool