Skip to content

Commit

Permalink
Merge pull request #4839 from mozilla/fix-hungary-monthly-stripe-pric…
Browse files Browse the repository at this point in the history
…e-plan-id

fix Hungary monthly stripe price plan ID
  • Loading branch information
groovecoder authored Jul 2, 2024
2 parents 983e5b1 + d933f93 commit e3bbdaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion privaterelay/plans.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ class _StripePlanData(TypedDict):
},
"HU": { # Hungary
"currency": "EUR",
"monthly_id": "price_1NOOJAJNcmPzuWtRV7Kmwmdm",
"monthly_id": "price_1PYB6XJNcmPzuWtR5Ff9cW3D",
"yearly_id": "price_1NOOKvJNcmPzuWtR2DEWIRE4",
},
"IE": { # Ireland
Expand Down
2 changes: 1 addition & 1 deletion privaterelay/tests/plans_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_get_premium_countries() -> None:
"FI": ("EUR", "_1LYBn9JNcmPzuWtRI3nvHgMi", "_1LYBq1JNcmPzuWtRmyEa08Wv"),
"FR": ("EUR", "_1LYBuLJNcmPzuWtRn58XQcky", "_1LYBwcJNcmPzuWtRpgoWcb03"),
"HR": ("EUR", "_1NOSznJNcmPzuWtRH7CEeAwA", "_1NOT0WJNcmPzuWtRpeNDEjvC"),
"HU": ("EUR", "_1NOOJAJNcmPzuWtRV7Kmwmdm", "_1NOOKvJNcmPzuWtR2DEWIRE4"),
"HU": ("EUR", "_1PYB6XJNcmPzuWtR5Ff9cW3D", "_1NOOKvJNcmPzuWtR2DEWIRE4"),
"IT": ("EUR", "_1LYCMrJNcmPzuWtRTP9vD8wY", "_1LYCN2JNcmPzuWtRtWz7yMno"),
"LT": ("EUR", "_1NHACcJNcmPzuWtR5ZJeVtJA", "_1NHADOJNcmPzuWtR2PSMBMLr"),
"LV": ("EUR", "_1NHAASJNcmPzuWtRpcliwx0R", "_1NHA9lJNcmPzuWtRLf7DV6GA"),
Expand Down

0 comments on commit e3bbdaf

Please sign in to comment.