Skip to content

functions_modules_payment

Daniel Spors edited this page Feb 14, 2023 · 2 revisions

Functions in file modules/payment.php

payment_init

Initializes the payment module.

Definition: public function payment_init()

Returns: void

payment_list_providers

Returns a list of payment providers.

Definition: public function payment_list_providers()

Returns: array List of PaymentProvider objects

check_vat_number

Checks if a vat number is valid

Definition: public function check_vat_number($vat_number)

Returns: bool true if valid, else false

Parameters:

  • string $vat_number VAT number to be checked
Clone this wiki locally