ZATCA icon indicating copy to clipboard operation
ZATCA copied to clipboard

ZATCA specifications Phase two

Open thaifanisalla opened this issue 2 years ago • 6 comments

Generating CSR content, based on parameters


$xmlInvoice = 'xml invoice text';

$certificate = new \Salla\ZATCA\Helpers\Certificate(
            'certificate plain text (base64 decoded)',
            'private key plain text'
);

$invoice = (new InvoiceSign($xmlInvoice, $certificate))->sign();

// invoice Hash: $invoice->getHash()
// invoice signed as XML: $invoice->getInvoice()
// Invoice QR code as base64: $invoice->getQRCode()

thaifanisalla avatar Nov 04 '22 22:11 thaifanisalla

@thaifanisalla @salkhwlani When we can expect this PR to be merged 😊?

aneeskhan47 avatar Jul 13 '23 17:07 aneeskhan47

@thaifanisalla @salkhwlani When we can expect this PR to be merged blush?

as soon...

thaifanisalla avatar Aug 03 '23 18:08 thaifanisalla

Are there any steps for using this feature?

twf-nikhila avatar Oct 04 '23 11:10 twf-nikhila

@thaifanisalla @salkhwlani Hii, thank you for your great work on this library!

Is this phase 2 branch completed? i mean can it be used till you guys merge it with main branch?

aneeskhan47 avatar Jan 04 '24 14:01 aneeskhan47

@thaifanisalla @salkhwlani Any update on this PR to be merged soon? or at least can we use this branch separately ourselves?

aneesdev avatar Mar 27 '24 14:03 aneesdev

@thaifanisalla @salkhwlani Day 928329 of asking when this phase two PR will be merged 😄

aneeskhan47 avatar Jun 04 '24 11:06 aneeskhan47

Thank you all for waiting, we'll prepare the readme this week and release the new version

salkhwlani avatar Jul 20 '24 10:07 salkhwlani