fix(env): update env for network tokenization service (#8472)

This commit is contained in:
Prasunna Soppa
2025-06-27 15:26:55 +05:30
committed by GitHub
parent a685f6b59c
commit 6c66c36a66
5 changed files with 7 additions and 5 deletions

View File

@ -8553,5 +8553,5 @@ impl RoutingApproach {
#[strum(serialize_all = "snake_case")]
#[router_derive::diesel_enum(storage_type = "text")]
pub enum CallbackMapperIdType {
NetworkTokenRequestorRefernceID,
NetworkTokenRequestorReferenceID,
}