/**
  * Retrieve original payment method code
  *
  * @return string
  */
 public function getOriginalCode()
 {
     return parent::getCode();
 }