diff options
Diffstat (limited to 'src/include/taler_bank_service.h')
-rw-r--r-- | src/include/taler_bank_service.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/taler_bank_service.h b/src/include/taler_bank_service.h index 0212e61f1..c5d0e5cac 100644 --- a/src/include/taler_bank_service.h +++ b/src/include/taler_bank_service.h | |||
@@ -384,16 +384,16 @@ struct TALER_BANK_DebitDetails | |||
384 | const char *exchange_base_url; | 384 | const char *exchange_base_url; |
385 | 385 | ||
386 | /** | 386 | /** |
387 | * payto://-URL of the source account that | 387 | * payto://-URI of the source account that |
388 | * send the funds. | 388 | * send the funds. |
389 | */ | 389 | */ |
390 | const char *debit_account_url; | 390 | const char *debit_account_url; // FIXME: rename: url->uri |
391 | 391 | ||
392 | /** | 392 | /** |
393 | * payto://-URL of the target account that | 393 | * payto://-URI of the target account that |
394 | * received the funds. | 394 | * received the funds. |
395 | */ | 395 | */ |
396 | const char *credit_account_url; | 396 | const char *credit_account_url; // FIXME: rename: url->uri |
397 | 397 | ||
398 | }; | 398 | }; |
399 | 399 | ||