Skip to content

Commit

Permalink
refactor: yes, coinbase does not support refunds
Browse files Browse the repository at this point in the history
  • Loading branch information
pixincreate committed Feb 24, 2025
1 parent 857ab0e commit 3a087ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/hyperswitch_connectors/src/connectors/coinbase.rs
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ lazy_static! {
enums::PaymentMethodType::CryptoCurrency,
PaymentMethodDetails {
mandates: common_enums::FeatureStatus::NotSupported,
refunds: common_enums::FeatureStatus::Supported,
refunds: common_enums::FeatureStatus::NotSupported,
supported_capture_methods: supported_capture_methods.clone(),
specific_features: None,
},
Expand Down

0 comments on commit 3a087ff

Please sign in to comment.