mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
(bug) unable to display the payment schedules management interface
This commit is contained in:
parent
929c70b5be
commit
4d72151ab5
@ -3,6 +3,7 @@
|
||||
- Fix a bug: unable to show the daily view of the public agenda, if it contains trainings or events
|
||||
- Fix a bug: plan's categories descriptions are not shown
|
||||
- Fix a bug: groups without plans are shown but empty
|
||||
- Fix a bug: unable to display the payment schedules management interface
|
||||
|
||||
## v5.4.19 2022 September 13
|
||||
- Fix a bug: computing the wallet amount to debit ignores the applied coupon
|
||||
|
@ -208,12 +208,12 @@ const PaymentSchedulesTable: React.FC<PaymentSchedulesTableProps> = ({ paymentSc
|
||||
</StripeElements>
|
||||
);
|
||||
case 'payzen':
|
||||
case null:
|
||||
return (
|
||||
<div>
|
||||
{renderPaymentSchedulesTable()}
|
||||
</div>
|
||||
);
|
||||
case null:
|
||||
default:
|
||||
console.error(`[PaymentSchedulesTable] Unimplemented gateway: ${gateway.value}`);
|
||||
return <div />;
|
||||
|
Loading…
x
Reference in New Issue
Block a user