Skip to content

Commit

Permalink
Update transformers.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaMajmudar authored Oct 30, 2023
1 parent ac1171d commit ca41afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/connector/coinbase/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub struct CoinbasePaymentsRequest {
impl TryFrom<CoinbseRouterData<&types::PaymentsAuthorizeRouterData> for CoinbasePaymentsRequest {
type Error = error_stack::Report<errors::ConnectorError>;
fn try_from(item:&CoinbseRouterData<&types::PaymentsAuthorizeRouterData) -> Result<Self, Self::Error> {
get_crypto_specific_payment_data(item)
get_crypto_specific_payment_data(item.RouterData)
}
}

Expand Down

0 comments on commit ca41afa

Please sign in to comment.