mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +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")]
|
#[serde(rename = "wechat_pay")]
|
||||||
Wechatpay,
|
Wechatpay,
|
||||||
Alipay,
|
Alipay,
|
||||||
|
CustomerBalance,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize)]
|
||||||
|
|||||||
Reference in New Issue
Block a user