Commit 9f3d2f0
committed
fix: set user language hardcoded
The problem:
The follow code verify the string in English, but if the operational
system is in another language, don't will match the string:
https://github.com/JSignPdf/jsignpdf-php/blob/v1.2.5/src/Sign/JSignService.php#L30-L33
English text: Finished: Signature succesfully created.
German text: Fertig: Signatur erfolgreich erzeugt.
To solve was necessary to mahe the java user language hardcoded as
English.
Signed-off-by: Vitor Mattos <[email protected]>1 parent 3596031 commit 9f3d2f0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments