unnits / bankid-php-client

BankiD client for PHP. Use this library to integrate BankiD into your own PHP applications.
MIT License
1 stars 1 forks source link

Fix BankService enum value #13

Closed DanCharousek closed 5 months ago

DanCharousek commented 5 months ago

Right now, we use QSIGN as backed value in BankService enum (https://github.com/unnits/bankid-php-client/blob/main/src/Enums/BankService.php#L15).

It seems that the correct value should be QUALIFIED\_SIGNATURE even though QSIGN is stated in the official documentation.

First, we need to double check this with Bank iD team.