mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
Merge branch 'dev' for release 5.1.4
This commit is contained in:
commit
47cfa1077c
@ -1,5 +1,9 @@
|
||||
# Changelog Fab-manager
|
||||
|
||||
## v5.1.4 2021 July 9
|
||||
|
||||
- Fix a bug: stripe 3D Secure payment
|
||||
|
||||
## v5.1.3 2021 July 2
|
||||
|
||||
- Fix a bug: missing hour format for norwegian
|
||||
@ -30,6 +34,10 @@
|
||||
- [TODO DEPLOY] `rails db:seed`
|
||||
- [TODO DEPLOY] `rails fablab:maintenance:rebuild_stylesheet`
|
||||
|
||||
## v5.0.9 2021 July 9
|
||||
|
||||
- Fix a bug: stripe 3D Secure payment
|
||||
|
||||
## v5.0.8 2021 June 28
|
||||
|
||||
- Ability to run `fablab:chain:all` non interactively
|
||||
|
@ -14,7 +14,7 @@ export default class StripeAPI {
|
||||
}
|
||||
|
||||
static async confirmIntent (paymentMethodId: string, cartItems: ShoppingCart): Promise<PaymentConfirmation|Invoice> {
|
||||
const res: AxiosResponse = await apiClient.post('/api/payments/confirm_payment', {
|
||||
const res: AxiosResponse = await apiClient.post(`/api/stripe/confirm_payment`, {
|
||||
payment_intent_id: paymentMethodId,
|
||||
cart_items: cartItems
|
||||
});
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fab-manager",
|
||||
"version": "5.1.3",
|
||||
"version": "5.1.4",
|
||||
"description": "Fab-manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.",
|
||||
"keywords": [
|
||||
"fablab",
|
||||
|
Loading…
x
Reference in New Issue
Block a user