Méthode |
Description |
|
__call ( $method, $args ) |
Allows setting ogone parameters that don't have a setter -- usually only
the unimportant ones like bgcolor, which you'd call with setBgcolor() |
|
getOgoneUri ( ) : string |
|
|
getShaSign ( ) : string |
|
|
setAccepturl ( $accepturl ) |
|
|
setBackurl ( $backurl ) |
|
|
setCancelurl ( $cancelurl ) |
|
|
setCn ( $cn ) |
|
|
setCustomername ( $customername ) |
Alias for setCn |
|
setDeclineurl ( $declineurl ) |
|
|
setExceptionurl ( $exceptionurl ) |
|
|
setFeedbackParams ( array $feedbackParams ) |
Alias for setParamplus |
|
setLanguage ( $language ) |
ISO code eg nl_BE |
|
setOgoneUri ( $ogoneUri ) |
Ogone uri to send the customer to. Usually PaymentRequest::TEST or PaymentRequest::PRODUCTION |
|
setParamplus ( array $paramplus ) |
|
|
setPspid ( $pspid ) |
|
|
toArray ( ) |
|
|
validate ( ) |
|
|