-
Notifications
You must be signed in to change notification settings - Fork 9
Feature: get_program_price #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
"summary": "This PR introduces a new feature and modifies existing logic, which could have moderate risks and require system-level understanding.", |
Co-authored-by: Hugo Herter <[email protected]>
Problem:
In the Pay-As-You-Go (PAYG) flow, we need to retrieve the price of a program.
Solution:
Implement the get_program_price function to query the
/api/v0/price/endpoint and fetch the price of the program.