Skip to content

Commit

Permalink
renaming method getSenderValue to getToPartyValue
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsongarciax committed Jun 19, 2024
1 parent bd2b4b7 commit c39971d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public String getToPartyScheme ()
* <code>XHE/Header/ToParty/PartyIdentification/ID/</code>.
*/
@Nullable
public String getReceiverValue ()
public String getToPartyValue ()
{
return m_sToPartyValue;
}
Expand Down

0 comments on commit c39971d

Please sign in to comment.