Skip to content

Commit

Permalink
response mappers - remove mapResponseTransactionSecurity method
Browse files Browse the repository at this point in the history
Plan is to remove it from all response mappers.
  • Loading branch information
mustapayev committed Jan 25, 2025
1 parent a1c744b commit 55eb682
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ public function mapSecurityType($securityType): ?string
return $this->secureTypeMappings[$securityType] ?? null;
}


/**
* @param string $mdStatus
*
* @return string
*/
abstract protected function mapResponseTransactionSecurity(string $mdStatus): string;

/**
* "1000.01" => 1000.01
* @param string $amount
Expand Down

0 comments on commit 55eb682

Please sign in to comment.