add gateway_subscriber_url to cashierd config file

This commit is contained in:
ghassmo
2021-09-20 18:08:14 +03:00
parent 60e416af4b
commit a8a3813de3

View File

@@ -84,6 +84,9 @@ pub struct CashierdConfig {
#[serde(rename = "gateway_url")]
pub gateway_url: String,
#[serde(rename = "gateway_subscriber_url")]
pub gateway_subscriber_url: String,
#[serde(rename = "log_path")]
pub log_path: String,