refactor(Tokenization): remove ConnectorCallType from tokenization call (#862)

This commit is contained in:
Sangamesh Kulkarni
2023-04-13 14:14:42 +05:30
committed by GitHub
parent acab7671b0
commit 0d047e08f9
2 changed files with 58 additions and 92 deletions

View File

@ -1302,7 +1302,7 @@ pub struct GpayMetaData {
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
pub struct GpaySessionTokenData {
#[serde(rename = "gpay")]
#[serde(rename = "google_pay")]
pub data: GpayMetaData,
}