Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix: Batch label creation merges wrong shipping labels
Within a bulk action each labels will be downloaded and merged into one big PDF. Some orders already have labels created manually (via edit screen), so unfortunately a merge contains such "old" labels too. Therefor the caching of already created labels needs a proper hash to separate new and old ones even across API versions. - Hash of URL covers more scenarios than the described one. - Pay attention that this can lead to much obsolete files over time. - see github #125 for more
- Loading branch information