Package DE_EPAGES::HSBC::API::Tools
utility functions
@EXPORT_OK |
Functions
CreateOrderHash
creates the OrderHash from the given Input-Arguments and the CPI Secret
Syntax |
$OrderHash = CreateOrderHash( {'OrderId' => '123456', 'CpiDirectResultUrl' => '...'} 'dP/7KdtiuALL8ofLqCjlKDK7NBNfbmCa' ); |
Input |
|
LogHSBC
Logs a structure to the communication.log.
Syntax |
LogHSBC($Name, $Debug, $Section); |
Example |
LogHSBC('SendRequestHash', \%Hash, 'Send'); |
Input |
|