summaryrefslogtreecommitdiff
path: root/src/include/taler_wire_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-08 19:55:18 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-08 19:55:18 +0200
commit4f846eab966e2366c860c8708d3c47c18397d346 (patch)
tree935d88530cc09a9c1fe935c7205ede29356bbbce /src/include/taler_wire_plugin.h
parent8800110b72d539e6e9a57ca9e6a66a9ad427f528 (diff)
downloadexchange-4f846eab966e2366c860c8708d3c47c18397d346.tar.gz
exchange-4f846eab966e2366c860c8708d3c47c18397d346.tar.bz2
exchange-4f846eab966e2366c860c8708d3c47c18397d346.zip
fix #5756, also change sepa->iban as per payto:// spec
Diffstat (limited to 'src/include/taler_wire_plugin.h')
-rw-r--r--src/include/taler_wire_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_wire_plugin.h b/src/include/taler_wire_plugin.h
index ff89593eb..3d05ae01e 100644
--- a/src/include/taler_wire_plugin.h
+++ b/src/include/taler_wire_plugin.h
@@ -172,7 +172,7 @@ struct TALER_WIRE_Plugin
/**
* Which wire method (payto://METHOD/") is supported by this plugin?
- * For example, "sepa" or "x-taler-bank".
+ * For example, "iban" or "x-taler-bank".
*/
const char *method;
@@ -180,7 +180,7 @@ struct TALER_WIRE_Plugin
/**
* Round amount DOWN to the amount that can be transferred via the wire
* method. For example, Taler may support 0.000001 EUR as a unit of
- * payment, but SEPA only supports 0.01 EUR. This function would
+ * payment, but IBAN only supports 0.01 EUR. This function would
* round 0.125 EUR to 0.12 EUR in this case.
*
* @param cls the @e cls of this struct with the plugin-specific state