diff options
Diffstat (limited to 'src/include/taler_kyclogic_plugin.h')
| -rw-r--r-- | src/include/taler_kyclogic_plugin.h | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/src/include/taler_kyclogic_plugin.h b/src/include/taler_kyclogic_plugin.h index 7c0ebbc4..a4c166ab 100644 --- a/src/include/taler_kyclogic_plugin.h +++ b/src/include/taler_kyclogic_plugin.h @@ -77,6 +77,8 @@ enum TALER_KYCLOGIC_KycStatus     * The provider is still checking.     */    TALER_KYCLOGIC_STATUS_PROVIDER_PENDING + +      = TALER_KYCLOGIC_STATUS_PROVIDER        | TALER_KYCLOGIC_STATUS_PENDING, @@ -241,6 +243,12 @@ struct TALER_KYCLOGIC_Plugin    char *library_name;    /** +   * Name of the logic, for webhook matching. Set by the +   * plugin loader. +   */ +  char *name; + +  /**     * Load the configuration of the KYC provider.     *     * @param cls closure | 
