b2box 5.13.7
Release date: Wednesday, 13th December, 2017
Timezone issue¶
Add missing package (tzdata) to set the right timezone to the container.
Access to the services¶
Before the endpoint GET /info
listed all the user’s services for which he has the permission SERVICE_ID=view
.
Now it lists all the services for which he has ANY permission.
For example, if a user has only access to the Workflow adapter and he has the permission stripe=pay
, he does not need to have the permission stripe=view
to use a Stripe payment form.
Fix the Stripe service¶
Fix the format of the customers’ creation date in the dashboard.