I am kindly requesting for assistance on how to change the default ISBN when using the ean13isbn package. If I change the numbers on 978-80-85955-35-4 I get an error. Let's say I want to change 978-80-85955-35-4 to 026-37-74794-59-8, is it possible? Below is my MWE:
\documentclass{book}
\usepackage[ISBN=978-80-85955-35-4,SC0]{ean13isbn}
\begin{document}
\EANisbn[SC3]
\end{document}
