mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +08:00
feat(core): Add support to update card exp in update payment methods api (#9688)
This commit is contained in:
@ -77,10 +77,10 @@ pub struct PaymentMethodsMigrateForm {
|
||||
pub merchant_connector_ids: Option<text::Text<String>>,
|
||||
}
|
||||
|
||||
struct MerchantConnectorValidator;
|
||||
pub struct MerchantConnectorValidator;
|
||||
|
||||
impl MerchantConnectorValidator {
|
||||
fn parse_comma_separated_ids(
|
||||
pub fn parse_comma_separated_ids(
|
||||
ids_string: &str,
|
||||
) -> Result<Vec<common_utils::id_type::MerchantConnectorAccountId>, errors::ApiErrorResponse>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user