Fields in the orderForm Configuration are updated to null when there is any change in Order Management Settings
ID: 748404
Fixed
Published on 2/6/2023
•
Last update on 5/9/2024
Summary
When updating any information in Order Management Settings (in the admin), the fields paymentSystemToCheckFirstInstallment
and defaultPaymentSystemToApplyOnUserOrderForm
are set as null
in the orderForm Configuration
Simulation
- Set up the fields
paymentSystemToCheckFirstInstallment
anddefaultPaymentSystemToApplyOnUserOrderForm
in the orderForm Configuration via API - Change anything on Order Management Settings (admin)
- When you do Get orderForm Configuration, you will see those fields as
null
Workaround
Save the orderForm Configuration with the correct values for the fields paymentSystemToCheckFirstInstallment
and defaultPaymentSystemToApplyOnUserOrderForm
after the change in Order Management Settings