We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9c3c0 commit 1dc3135Copy full SHA for 1dc3135
crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs
@@ -737,7 +737,7 @@ impl TryFrom<&NexixpayRouterData<&PaymentsAuthorizeRouterData>> for NexixpayPaym
737
order_id,
738
amount: item.amount.clone(),
739
currency: item.router_data.request.currency,
740
- description: item.router_data.description.clone(), //check for description length already in core
+ description: item.router_data.description.clone(),
741
customer_info,
742
};
743
let payment_data = NexixpayPaymentsRequestData::try_from(item)?;
0 commit comments