diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-06-04 12:28:55 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-06-04 12:28:55 +0200 |
commit | 0e2148d63b85025c37d4212162a522e47445acab (patch) | |
tree | dda8b3afdfb014d5c55482587957c086f159757c /src/include/taler_merchant_service.h | |
parent | 3c262a6c8bae2c6f494572c51d899339958de8c8 (diff) |
-code cleanupv0.9.3-dev.1
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r-- | src/include/taler_merchant_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index b1b4d003..3d64833f 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -413,7 +413,7 @@ struct TALER_MERCHANT_InstanceInformation * JSON array of payment targets (strings) supported by this backend * instance. */ - json_t *payment_targets; + const json_t *payment_targets; /** * User type for the instance. |