Skip to content

Commit

Permalink
fix: [stripe] Add customer balance in StripePaymentMethodDetailsRespo…
Browse files Browse the repository at this point in the history
…nse (#2369)
  • Loading branch information
Sangamesh26 authored Sep 26, 2023
1 parent 9c9d453 commit 67a3e8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/router/src/connector/stripe/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2181,6 +2181,7 @@ pub enum StripePaymentMethodDetailsResponse {
#[serde(rename = "wechat_pay")]
Wechatpay,
Alipay,
CustomerBalance,
}

#[derive(Deserialize)]
Expand Down

0 comments on commit 67a3e8f

Please sign in to comment.