PHP Class Oara\Network\Publisher\TradeDoubler

Author: Carlos Morillo Merino
Inheritance: extends Oara\Network
Datei anzeigen Open project: fubralimited/php-oara

Protected Properties

Property Type Description
$_sitesAllowed

Public Methods

Method Description
checkConnection ( ) : boolean
checkReportError ( $content, $request, $try )
getMerchantList ( ) : array
getNeededCredentials ( ) : array
getPaymentHistory ( ) : array
getTransactionList ( null $merchantList = null, DateTime $dStartDate = null, DateTime $dEndDate = null ) : array
login ( $credentials )
paymentTransactions ( $paymentId ) : array

Private Methods

Method Description
formatCsv ( $csv ) : mixed
formatDate ( $date ) : string
getExportMerchantReport ( $content ) : array
getMerchantReportList ( ) : array It returns an array with the different merchants
toDate ( $dateString ) : DateTime | null

Method Details

checkConnection() public method

public checkConnection ( ) : boolean
return boolean

checkReportError() public method

public checkReportError ( $content, $request, $try )

getMerchantList() public method

public getMerchantList ( ) : array
return array

getNeededCredentials() public method

public getNeededCredentials ( ) : array
return array

getPaymentHistory() public method

public getPaymentHistory ( ) : array
return array

getTransactionList() public method

public getTransactionList ( null $merchantList = null, DateTime $dStartDate = null, DateTime $dEndDate = null ) : array
$merchantList null
$dStartDate DateTime
$dEndDate DateTime
return array

login() public method

public login ( $credentials )

paymentTransactions() public method

public paymentTransactions ( $paymentId ) : array
$paymentId
return array

Property Details

$_sitesAllowed protected_oe property

protected $_sitesAllowed