You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now i want to generate the certificate and sign the XML E Invoice when i generate the certificate it goes on without any error but when i am trying to sign the XML Invoice it is throwing this error
$invoice = (new InvoiceSign($xmlInvoice, $certificate))->sign();
I started my process with Generating a CSRRequest
Then get the Private Key and CSRContent and pass it to API to get the Secret
Till this point it is working fine
Now i want to generate the certificate and sign the XML E Invoice when i generate the certificate it goes on without any error but when i am trying to sign the XML Invoice it is throwing this error
$invoice = (new InvoiceSign($xmlInvoice, $certificate))->sign();
And IF i use This
If i vardump the $certificate i get following result looks like its all empty
Can you point out any thing that i am doing wrong here
Thanks
@thaifanisalla and @SallaDev
The text was updated successfully, but these errors were encountered: