mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat: Apple pay session flow integrate (#138)
This commit is contained in:
committed by
GitHub
parent
1f0d1deb2b
commit
8b8ff8188f
@ -703,6 +703,19 @@ pub enum SessionToken {
|
||||
Paypal {
|
||||
session_token: String,
|
||||
},
|
||||
Applepay {
|
||||
epoch_timestamp: u64,
|
||||
expires_at: u64,
|
||||
merchant_session_identifier: String,
|
||||
nonce: String,
|
||||
merchant_identifier: String,
|
||||
domain_name: String,
|
||||
display_name: String,
|
||||
signature: String,
|
||||
operational_analytics_identifier: String,
|
||||
retries: u8,
|
||||
psp_id: String,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Default, Debug, serde::Serialize, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user