commit 224158fe7ac6b0bf2597aef8517704193306b2a9 parent 3177f1141de276c3d498be1bddb4aec2aeb87ba1 Author: Florian Dold <florian@dold.me> Date: Thu, 23 Oct 2025 21:01:49 +0200 merchant: add warning for field Diffstat:
| M | core/api-merchant.rst | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -253,6 +253,10 @@ such as the implemented version of the protocol and the currency used. // Optional, no restrictions are imposed if the field is // absent. // @since **v22** + // CAUTION: Likely to be removed/deprecated, + // as we'll want an array of restrictions with the + // same format as the exchange uses, as this allows + // proper i18n and spec/code reuse. payment_target_regex? string; // Default wire transfer delay for new instances.