mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
fix: [stripe] Add customer balance in StripePaymentMethodDetailsResponse (#2369)
This commit is contained in:
committed by
GitHub
parent
9c9d453535
commit
67a3e8f534
@ -2181,6 +2181,7 @@ pub enum StripePaymentMethodDetailsResponse {
|
||||
#[serde(rename = "wechat_pay")]
|
||||
Wechatpay,
|
||||
Alipay,
|
||||
CustomerBalance,
|
||||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user