mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-18 07:52:23 +01:00
Fix a bug: unable to show payment schedules list if active PayZen
This commit is contained in:
parent
3437f3a080
commit
043c5aafc5
@ -1,11 +1,13 @@
|
|||||||
# Changelog Fab-manager
|
# Changelog Fab-manager
|
||||||
|
|
||||||
|
- Fix a bug: unable to show payment schedules list if active PayZen
|
||||||
|
|
||||||
## v5.3.7 2022 March 28
|
## v5.3.7 2022 March 28
|
||||||
|
|
||||||
- Updated Spanish translations (thanks to [@altieriranedo](https://crowdin.com/profile/altieriranedo))
|
- Updated Spanish translations (thanks to [@altieriranedo](https://crowdin.com/profile/altieriranedo))
|
||||||
- Fix a security issue: updated minimist to 1.2.6 to fix [CVE-2021-44906](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44906)
|
- Fix a security issue: updated minimist to 1.2.6 to fix [CVE-2021-44906](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44906)
|
||||||
- Fix a security issue: updated node-forge to 1.3.0 to fix [CVE-2022-24771](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24771), [CVE-2022-24772](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24772) and [CVE-2022-24773](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24773)
|
- Fix a security issue: updated node-forge to 1.3.0 to fix [CVE-2022-24771](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24771), [CVE-2022-24772](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24772) and [CVE-2022-24773](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24773)
|
||||||
|
|
||||||
## v5.3.6 2022 March 24
|
## v5.3.6 2022 March 24
|
||||||
|
|
||||||
- Support for Google Analytics V4
|
- Support for Google Analytics V4
|
||||||
|
@ -27,6 +27,7 @@ export const StripeElements: React.FC = memo(({ children }) => {
|
|||||||
{stripe && <Elements stripe={stripe}>
|
{stripe && <Elements stripe={stripe}>
|
||||||
{children}
|
{children}
|
||||||
</Elements>}
|
</Elements>}
|
||||||
|
{!stripe && children}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user