richie-education 2.28.2-dev65 → 2.28.2-dev66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/js/api/joanie.ts CHANGED
@@ -98,7 +98,7 @@ export const getRoutes = () => {
98
98
  download: `${baseUrl}/orders/:id/invoice/`,
99
99
  },
100
100
  submit_for_signature: `${baseUrl}/orders/:id/submit_for_signature/`,
101
- submit_installment_payment: `${baseUrl}/orders/:id/submit_installment_payment/`,
101
+ submit_installment_payment: `${baseUrl}/orders/:id/submit-installment-payment/`,
102
102
  set_payment_method: `${baseUrl}/orders/:id/payment-method/`,
103
103
  },
104
104
  certificates: {
@@ -881,7 +881,7 @@ describe('<DashboardItemOrder/>', () => {
881
881
  ];
882
882
  fetchMock
883
883
  .post(
884
- `https://joanie.endpoint/api/v1.0/orders/${order.id}/submit_installment_payment/`,
884
+ `https://joanie.endpoint/api/v1.0/orders/${order.id}/submit-installment-payment/`,
885
885
  paymentInfo,
886
886
  )
887
887
  .get(`https://joanie.endpoint/api/v1.0/orders/${order.id}/`, validOrder);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "richie-education",
3
- "version": "2.28.2-dev65",
3
+ "version": "2.28.2-dev66",
4
4
  "description": "A CMS to build learning portals for Open Education",
5
5
  "main": "sandbox/manage.py",
6
6
  "scripts": {