Skip to content

Commit

Permalink
Update crates/hyperswitch_connectors/src/connectors/stax/transformers.rs
Browse files Browse the repository at this point in the history
Co-authored-by: DEEPANSHU BANSAL <[email protected]>
  • Loading branch information
amitroy-thedev and deepanshu-iiitu authored Oct 25, 2024
1 parent 9e864b0 commit 4382289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ impl TryFrom<&StaxRouterData<&types::PaymentsCaptureRouterData>> for StaxCapture
// Type definition for RefundRequest
#[derive(Debug, Serialize)]
pub struct StaxRefundRequest {
pub total: MinorUnit,
pub total: FloatMajorUnit,
}

impl<F> TryFrom<&StaxRouterData<&types::RefundsRouterData<F>>> for StaxRefundRequest {
Expand Down

0 comments on commit 4382289

Please sign in to comment.