Developers can customise the behaviour of the plugin through filter hooks. There are many useful filter hooks supported by this plugin, and Gravity Forms has many filter hooks too.
gf_
windcave_ invoice_ ref - string $invoice_ref
- array $form
- array $entry
- return: string
Change the invoice reference.
gf_
windcave_ invoice_ trans_ number - string $transaction_id
- array $form
- array $entry
- return: string
Change the the invoice transaction reference; NB: must be unique for the PxPay account!
gf_
windcave_ invoice_ txndata1 - string $data
- array $form
- array $entry
- return: string
Change the transaction custom data element 1.
gf_
windcave_ invoice_ txndata2 - string $data
- array $form
- array $entry
- return: string
Change the transaction custom data element 2.
gf_
windcave_ invoice_ txndata3 - string $data
- array $form
- array $entry
- return: string
Change the transaction custom data element 3.
gf_
windcave_ request - webaware\gf_windcavepro\TransactionRequest $transRequest
- array $form
- array $entry
- return webaware\gf_windcavepro\TransactionRequest
Allow plugins/themes to modify the request object (all properties).