mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(cards): add credit card number validation (#889)
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
This commit is contained in:
@ -67,7 +67,7 @@ pub mod headers {
|
||||
pub mod pii {
|
||||
//! Personal Identifiable Information protection.
|
||||
|
||||
pub(crate) use common_utils::pii::{CardNumber, Email};
|
||||
pub(crate) use common_utils::pii::Email;
|
||||
#[doc(inline)]
|
||||
pub use masking::*;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user