Function Hook_payment_gateway_ccbill->handle_pdt_transaction
Definitions
sources/hooks/systems/payment_gateway/ccbill.php
- Handle PDT's. The function may produce output, which would be returned to the Payment Gateway. The function may do transaction verification.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Return
- A long tuple of collected data. Emulates some of the key variables of the PayPal PDT response (null: no transaction, error, or PDT not configured).
- Type: ?array
- Set: N/A
- Range: N/A