Skip to content
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

Add purchasing power parity pricing for Turkey #4025

Merged
merged 7 commits into from
Dec 13, 2023

Conversation

tspenov
Copy link
Contributor

@tspenov tspenov commented Dec 11, 2023

Changes

Add purchasing power parity pricing (PPP) API.

    {
      pppSettings {
        isEligibleForPPP
        country
        percentOff
        plans {
          id
          name
          interval
          amount
          product {
            name
          }
        }
      }
    }

Ticket

Checklist:

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have tried to find clearer solution before commenting hard-to-understand parts of code
  • I have added tests that prove my fix is effective or that my feature works

@tspenov tspenov merged commit 123d512 into master Dec 13, 2023
1 check passed
@delete-merged-branch delete-merged-branch bot deleted the add-70-percent-off-plans branch December 13, 2023 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants