MediaWiki fundraising/REL1_35
|
Public Member Functions | |
stage (GatewayType $adapter, $normalized, &$stagedData) | |
Sign an AstroPay NewInvoice request TODO: switch on transaction, build correct message for refund. | |
Static Public Member Functions | |
static | calculateSignature (GatewayType $adapter, $message) |
static | getNewInvoiceMessage ( $stagedData) |
Definition at line 3 of file AstroPaySignature.php.
|
static |
Definition at line 41 of file AstroPaySignature.php.
References GatewayType\getAccountConfig().
Referenced by stage(), and AstroPayAdapter\verifyStatusSignature().
|
static |
Definition at line 16 of file AstroPaySignature.php.
Referenced by AstroPayAdapter\processNewInvoiceResponse(), and stage().
AstroPaySignature::stage | ( | GatewayType | $adapter, |
$normalized, | |||
& | $stagedData ) |
Sign an AstroPay NewInvoice request TODO: switch on transaction, build correct message for refund.
GatewayType | $adapter | |
array | $normalized | |
array | &$stagedData |
Implements StagingHelper.
Definition at line 11 of file AstroPaySignature.php.
References calculateSignature(), and getNewInvoiceMessage().