CashFlowTechHubOrderExtender
extends CashFlowTechHubOrderExtender_parent
in package
Table of Contents
- DOWNLOAD_INTERVAL = 1200
- $hubAssetHelper : mixed
- $templatesBaseDir : mixed
- $text : mixed
- proceed() : mixed
- getInvoicesForOrder() : mixed
- handleActions() : mixed
- handleNewCollection() : mixed
- handleNewPayment() : mixed
- handlePaymentReversal() : mixed
- prepareCollectionStatusForm() : mixed
- prepareCreateCollectionForm() : mixed
- Prepares output of create collection form
Constants
DOWNLOAD_INTERVAL
public
mixed
DOWNLOAD_INTERVAL
= 1200
Properties
$hubAssetHelper
protected
mixed
$hubAssetHelper
$templatesBaseDir
protected
mixed
$templatesBaseDir
$text
protected
mixed
$text
Methods
proceed()
public
proceed() : mixed
Return values
mixed —getInvoicesForOrder()
protected
getInvoicesForOrder(mixed $orderId) : mixed
Parameters
- $orderId : mixed
Return values
mixed —handleActions()
protected
handleActions(CashFlowTechHubClient $cftHubClient, mixed $ordersId) : mixed
Parameters
- $cftHubClient : CashFlowTechHubClient
- $ordersId : mixed
Return values
mixed —handleNewCollection()
protected
handleNewCollection(CashFlowTechHubClient $cftClient, mixed $orderId) : mixed
Parameters
- $cftClient : CashFlowTechHubClient
- $orderId : mixed
Return values
mixed —handleNewPayment()
protected
handleNewPayment(CashFlowTechHubClient $cftClient) : mixed
Parameters
- $cftClient : CashFlowTechHubClient
Return values
mixed —handlePaymentReversal()
protected
handlePaymentReversal(CashFlowTechHubClient $cftClient) : mixed
Parameters
- $cftClient : CashFlowTechHubClient
Return values
mixed —prepareCollectionStatusForm()
protected
prepareCollectionStatusForm(mixed $contentView, mixed $collections) : mixed
Parameters
- $contentView : mixed
- $collections : mixed
Return values
mixed —prepareCreateCollectionForm()
Prepares output of create collection form
protected
prepareCreateCollectionForm(ContentView $contentView, GXEngineOrder $order, Customer $customer) : mixed
Parameters
- $contentView : ContentView
- $order : GXEngineOrder
- $customer : Customer