/**
  * @return string
  */
 protected final function getTransactionAppliedSchema()
 {
     $schema = $this->getConfiguration()->getOrderIdSchema();
     $id = $this->getTransaction()->getExternalTransactionId();
     return Customweb_Payment_Util::applyOrderSchema($schema, $id, 80);
 }