Skip to content

Commit

Permalink
Merge pull request #1629 from solven-eu/solven/FixMarketPlanPlans
Browse files Browse the repository at this point in the history
Fix unit of marketPlace plans
  • Loading branch information
bitwiseman committed Mar 20, 2023
2 parents dc304e1 + cb089b9 commit 3cb78af
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 38 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/kohsuke/github/GHMarketplacePriceModel.java
Expand Up @@ -12,11 +12,11 @@
public enum GHMarketplacePriceModel {

/** The free. */
FREE("free"),
FREE("FREE"),
/** The per unit. */
PER_UNIT("per-unit"),
PER_UNIT("PER_UNIT"),
/** The flat rate. */
FLAT_RATE("flat-rate");
FLAT_RATE("FLAT_RATE");

@JsonValue
private final String internalName;
Expand Down
Expand Up @@ -24,7 +24,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "flat-rate",
"price_model": "FLAT_RATE",
"state": "published",
"unit_name": null,
"bullets": [
Expand Down Expand Up @@ -53,7 +53,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "per-unit",
"price_model": "PER_UNIT",
"state": "published",
"unit_name": "seat",
"bullets": [
Expand All @@ -80,7 +80,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "per-unit",
"price_model": "PER_UNIT",
"state": "published",
"unit_name": "seat",
"bullets": [
Expand Down
Expand Up @@ -8,7 +8,7 @@
"description": "A free CI solution",
"monthly_price_in_cents": 0,
"yearly_price_in_cents": 0,
"price_model": "free",
"price_model": "FREE",
"has_free_trial": false,
"state": "published",
"unit_name": null,
Expand All @@ -27,7 +27,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "per-unit",
"price_model": "PER_UNIT",
"state": "published",
"unit_name": "seat",
"bullets": [
Expand All @@ -45,7 +45,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "flat-rate",
"price_model": "FLAT_RATE",
"state": "published",
"unit_name": null,
"bullets": [
Expand Down
Expand Up @@ -24,7 +24,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "flat-rate",
"price_model": "FLAT_RATE",
"state": "published",
"unit_name": null,
"bullets": [
Expand Down Expand Up @@ -53,7 +53,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "per-unit",
"price_model": "PER_UNIT",
"state": "published",
"unit_name": "seat",
"bullets": [
Expand All @@ -80,7 +80,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "per-unit",
"price_model": "PER_UNIT",
"state": "published",
"unit_name": "seat",
"bullets": [
Expand Down
Expand Up @@ -24,7 +24,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "flat-rate",
"price_model": "FLAT_RATE",
"state": "published",
"unit_name": null,
"bullets": [
Expand Down Expand Up @@ -53,7 +53,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "per-unit",
"price_model": "PER_UNIT",
"state": "published",
"unit_name": "seat",
"bullets": [
Expand All @@ -80,7 +80,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "per-unit",
"price_model": "PER_UNIT",
"state": "published",
"unit_name": "seat",
"bullets": [
Expand Down
Expand Up @@ -24,7 +24,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "flat-rate",
"price_model": "FLAT_RATE",
"state": "published",
"unit_name": null,
"bullets": [
Expand Down Expand Up @@ -53,7 +53,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "per-unit",
"price_model": "PER_UNIT",
"state": "published",
"unit_name": "seat",
"bullets": [
Expand All @@ -80,7 +80,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "per-unit",
"price_model": "PER_UNIT",
"state": "published",
"unit_name": "seat",
"bullets": [
Expand Down
Expand Up @@ -8,7 +8,7 @@
"description": "A free CI solution",
"monthly_price_in_cents": 0,
"yearly_price_in_cents": 0,
"price_model": "free",
"price_model": "FREE",
"has_free_trial": false,
"state": "published",
"unit_name": null,
Expand All @@ -27,7 +27,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "per-unit",
"price_model": "PER_UNIT",
"state": "published",
"unit_name": "seat",
"bullets": [
Expand All @@ -45,7 +45,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "flat-rate",
"price_model": "FLAT_RATE",
"state": "published",
"unit_name": null,
"bullets": [
Expand Down
Expand Up @@ -24,7 +24,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "flat-rate",
"price_model": "FLAT_RATE",
"state": "published",
"unit_name": null,
"bullets": [
Expand Down Expand Up @@ -53,7 +53,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "per-unit",
"price_model": "PER_UNIT",
"state": "published",
"unit_name": "seat",
"bullets": [
Expand All @@ -80,7 +80,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "per-unit",
"price_model": "PER_UNIT",
"state": "published",
"unit_name": "seat",
"bullets": [
Expand Down
Expand Up @@ -24,7 +24,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "flat-rate",
"price_model": "FLAT_RATE",
"state": "published",
"unit_name": null,
"bullets": [
Expand Down Expand Up @@ -53,7 +53,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "per-unit",
"price_model": "PER_UNIT",
"state": "published",
"unit_name": "seat",
"bullets": [
Expand All @@ -80,7 +80,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "per-unit",
"price_model": "PER_UNIT",
"state": "published",
"unit_name": "seat",
"bullets": [
Expand Down
Expand Up @@ -24,7 +24,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "flat-rate",
"price_model": "FLAT_RATE",
"state": "published",
"unit_name": null,
"bullets": [
Expand Down Expand Up @@ -53,7 +53,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "per-unit",
"price_model": "PER_UNIT",
"state": "published",
"unit_name": "seat",
"bullets": [
Expand All @@ -80,7 +80,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "per-unit",
"price_model": "PER_UNIT",
"state": "published",
"unit_name": "seat",
"bullets": [
Expand Down
Expand Up @@ -8,7 +8,7 @@
"description": "A free CI solution",
"monthly_price_in_cents": 0,
"yearly_price_in_cents": 0,
"price_model": "free",
"price_model": "FREE",
"has_free_trial": false,
"state": "published",
"unit_name": null,
Expand All @@ -27,7 +27,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "per-unit",
"price_model": "PER_UNIT",
"state": "published",
"unit_name": "seat",
"bullets": [
Expand All @@ -45,7 +45,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "flat-rate",
"price_model": "FLAT_RATE",
"state": "published",
"unit_name": null,
"bullets": [
Expand Down
Expand Up @@ -8,7 +8,7 @@
"description": "A free CI solution",
"monthly_price_in_cents": 0,
"yearly_price_in_cents": 0,
"price_model": "free",
"price_model": "FREE",
"has_free_trial": false,
"state": "published",
"unit_name": null,
Expand All @@ -27,7 +27,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "per-unit",
"price_model": "PER_UNIT",
"state": "published",
"unit_name": "seat",
"bullets": [
Expand All @@ -45,7 +45,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "flat-rate",
"price_model": "FLAT_RATE",
"state": "published",
"unit_name": null,
"bullets": [
Expand Down
Expand Up @@ -24,7 +24,7 @@
"monthly_price_in_cents": 1099,
"yearly_price_in_cents": 11870,
"has_free_trial": false,
"price_model": "flat-rate",
"price_model": "FLAT_RATE",
"state": "published",
"unit_name": null,
"bullets": [
Expand Down Expand Up @@ -56,7 +56,7 @@
"description": "A free CI solution",
"monthly_price_in_cents": 0,
"yearly_price_in_cents": 0,
"price_model": "free",
"price_model": "FREE",
"has_free_trial": false,
"state": "published",
"unit_name": null,
Expand Down

0 comments on commit 3cb78af

Please sign in to comment.