Replies: 1 comment 3 replies
-
Instead of doing this:
do this:
See: https://mimesis.name/en/master/api.html#mimesis.Payment.credit_card_number |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've written the piece of python code below to generate some PII data. I'd like the credit card number to match the credit card type field when creating this schema. I can't find a way to specify the
card_type
option and reference thecredit_card_network
field for the record.Code:
Error:
Beta Was this translation helpful? Give feedback.
All reactions