Daniel Zambo

Results 7 issues of Daniel Zambo

Non breaking change, when developers are using the default checkers. If someone's not, then config needs to be adjusted: 'checker' => 'default' split into two parts 1. 'user_checker' => 'default'...

@JeremyDunn Fedex replaced INTERNATIONAL_PRIORITY with FEDEX_INTERNATIONAL_PRIORITY and INTERNATIONAL_PRIORITY_EXPRESS with FEDEX_INTERNATIONAL_PRIORITY_EXPRESS Quote from email sent by fedex: > Dear xxx, > > Thank you for taking the time to discuss API...

Tested with C200 We have modified the code to support Feitian TOTP hardware tokens. (basic) Added a field named type, this holds the token type eg "google", "feitian". This field...

Selected pickup point was not shown on admin order show and on shop checkout complete. Before: ![Screenshot from 2022-09-13 15-44-46](https://user-images.githubusercontent.com/3462880/189918448-bc02b52a-a3e3-42e9-9f42-f1d90510fcf4.png) ![Screenshot from 2022-09-13 15-47-29](https://user-images.githubusercontent.com/3462880/189918483-b9be4fb0-c851-4b98-a8fa-c69b5ca1d84c.png) After: ![Screenshot from 2022-09-13 15-44-05](https://user-images.githubusercontent.com/3462880/189918517-8fd3d85b-a71d-4270-8d04-3f90f0ed70b4.png) ![Screenshot...

Message\Handler\LoadPickupPointsHandler are only updates and creates pickup points, but not deleting old ones which was not in the findAllPickupPoints() result. Are you interested in a fix?