public function getAuthorizationParameters(Customweb_Saferpay_Authorization_Transaction $transaction, array $parameters)
 {
     // We send always the expiration date instead of updating them in the database of the PSP.
     $parameters['EXP'] = $transaction->getCardExpiryDate();
     return $parameters;
 }