Closed ahed-compucorp closed 3 years ago
This PR address JavaScript error appeared after applying discount code when no membership is selected.
Uncaught TypeError: Cannot read property 'financial_type_id' of undefined
This JavaScript error prevented the execution of the remaining code especially initializing the date-picker.
Also updated the workflows file to CiviCRM 3.35.1 .After that, I have to fix the broken tests because of :
Overview
This PR address JavaScript error appeared after applying discount code when no membership is selected.
Before
After
Technical Details
This JavaScript error prevented the execution of the remaining code especially initializing the date-picker.
Also updated the workflows file to CiviCRM 3.35.1 .After that, I have to fix the broken tests because of :