Fix / choose offer modal without prices #313
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Choose offer modal improvements so that when someone tries to pay a tvod item and therefore the item doesn't have prices set up, we show them message that there are no prices instead of not doing anything despite clicking the buy button.
![image](https://private-user-images.githubusercontent.com/37805865/245489223-c8e0a2c9-4a47-4ff8-8542-6a773fd72e4d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NTg0MjgsIm5iZiI6MTczODg1ODEyOCwicGF0aCI6Ii8zNzgwNTg2NS8yNDU0ODkyMjMtYzhlMGEyYzktNGE0Ny00ZmY4LTg1NDItNmE3NzNmZDcyZTRkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDE2MDg0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdkNTIwNmU1NjkzNmVjODVkM2Y3NGY5M2MwMTUyNmJjM2E0NDNkZGM0NzhkODY5MjZmZmNmN2QzZDljMjVmOWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.I50NTqsMQaU2__HyIog2qgpF1ezVNGWj5DEdf4Y1Pro)
Here is an example how it looks now and you can navigate to the subscription prices and back, but you will not be able to continue with the flow for the TVOD item since it doesn't have prices the button for continue is disabled.
This PR solves # .
Steps completed:
According to our definition of done, I have completed the following steps: