Skip to content

Commit

Permalink
Add/monetize add wpcom currencies (#38968)
Browse files Browse the repository at this point in the history
* Update class-jetpack-memberships.php

* Create add-monetize-add-wpcom-currencies

---------

Co-authored-by: Fabien MILLERAND <[email protected]>
  • Loading branch information
millerf and Fabien MILLERAND authored Aug 28, 2024
1 parent 6dd0cf2 commit 8308287
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: other

Monetize: support more currencies
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@ public static function clear_post_access_level_cache() {
'PLN' => 2.0,
'SEK' => 3.0,
'SGD' => 0.5,
'CZK' => 15.0,
'HUF' => 175.0,
'TWD' => 10.0,
'IDR' => 0,
'ILS' => 0,
'PHP' => 0,
'RUB' => 0,
'TRY' => 0,
);

/**
Expand Down

0 comments on commit 8308287

Please sign in to comment.