Add java changes for createBillingCostTransitions (#2314)

* Add java changes for createBillingCostTransitions

* Add negative cost test

* Remove default value

* remove unused variable

* Add check that create cost and trnasitions map are the same

* inject clock, only use key set when checking for missing fields

* Add test for removing map
This commit is contained in:
sarahcaseybot
2024-02-09 17:08:51 +00:00
committed by GitHub
parent 7b47ecb1f1
commit abc1a0ef3d
14 changed files with 391 additions and 4 deletions
@@ -740,6 +740,7 @@
claims_period_end timestamptz not null,
create_billing_cost_amount numeric(19, 2),
create_billing_cost_currency text,
create_billing_cost_transitions hstore,
creation_time timestamptz not null,
currency text not null,
default_promo_tokens text[],