Updated on 2026-08-14
This commit is contained in:
parent
233be12f4e
commit
6d705d747c
1 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,9 @@ public class ServerApiPayId {
|
|||
switch (blockchain) {
|
||||
case Ripple: return "application/xrpl-mainnet+json";
|
||||
case Bitcoin: return "application/btc-mainnet+json";
|
||||
case Ethereum: return "application/eth-mainnet+json";
|
||||
case Ethereum:
|
||||
case Token:
|
||||
return "application/eth-mainnet+json";
|
||||
default: throw new InvalidParameterException("PayID is not supported for " + blockchain.getOfficialName());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue