mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
refactor: change from connector name to wallet name (#208)
This commit is contained in:
committed by
GitHub
parent
dd7e093fe3
commit
e51c7664e3
@ -759,7 +759,7 @@ pub struct GpaySessionTokenData {
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, serde::Serialize)]
|
||||
#[serde(tag = "connector_name")]
|
||||
#[serde(tag = "wallet_name")]
|
||||
#[serde(rename_all = "lowercase")]
|
||||
pub enum SessionToken {
|
||||
Gpay {
|
||||
|
||||
Reference in New Issue
Block a user