@@ -59,7 +59,7 @@ def test_method_create_with_all_params(self, client: Orb) -> None:
59
59
{
60
60
"allocation_price" : {
61
61
"amount" : "10.00" ,
62
- "cadence" : "one_time " ,
62
+ "cadence" : "monthly " ,
63
63
"currency" : "USD" ,
64
64
"expires_at_end_of_cadence" : True ,
65
65
},
@@ -153,7 +153,7 @@ def test_method_create_with_all_params(self, client: Orb) -> None:
153
153
"replaces_price_id" : "replaces_price_id" ,
154
154
"allocation_price" : {
155
155
"amount" : "10.00" ,
156
- "cadence" : "one_time " ,
156
+ "cadence" : "monthly " ,
157
157
"currency" : "USD" ,
158
158
"expires_at_end_of_cadence" : True ,
159
159
},
@@ -580,7 +580,7 @@ def test_method_price_intervals_with_all_params(self, client: Orb) -> None:
580
580
"start_date" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
581
581
"allocation_price" : {
582
582
"amount" : "10.00" ,
583
- "cadence" : "one_time " ,
583
+ "cadence" : "monthly " ,
584
584
"currency" : "USD" ,
585
585
"expires_at_end_of_cadence" : True ,
586
586
},
@@ -731,7 +731,7 @@ def test_method_schedule_plan_change_with_all_params(self, client: Orb) -> None:
731
731
{
732
732
"allocation_price" : {
733
733
"amount" : "10.00" ,
734
- "cadence" : "one_time " ,
734
+ "cadence" : "monthly " ,
735
735
"currency" : "USD" ,
736
736
"expires_at_end_of_cadence" : True ,
737
737
},
@@ -820,7 +820,7 @@ def test_method_schedule_plan_change_with_all_params(self, client: Orb) -> None:
820
820
"replaces_price_id" : "replaces_price_id" ,
821
821
"allocation_price" : {
822
822
"amount" : "10.00" ,
823
- "cadence" : "one_time " ,
823
+ "cadence" : "monthly " ,
824
824
"currency" : "USD" ,
825
825
"expires_at_end_of_cadence" : True ,
826
826
},
@@ -1205,7 +1205,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncOrb) -> No
1205
1205
{
1206
1206
"allocation_price" : {
1207
1207
"amount" : "10.00" ,
1208
- "cadence" : "one_time " ,
1208
+ "cadence" : "monthly " ,
1209
1209
"currency" : "USD" ,
1210
1210
"expires_at_end_of_cadence" : True ,
1211
1211
},
@@ -1299,7 +1299,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncOrb) -> No
1299
1299
"replaces_price_id" : "replaces_price_id" ,
1300
1300
"allocation_price" : {
1301
1301
"amount" : "10.00" ,
1302
- "cadence" : "one_time " ,
1302
+ "cadence" : "monthly " ,
1303
1303
"currency" : "USD" ,
1304
1304
"expires_at_end_of_cadence" : True ,
1305
1305
},
@@ -1726,7 +1726,7 @@ async def test_method_price_intervals_with_all_params(self, async_client: AsyncO
1726
1726
"start_date" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
1727
1727
"allocation_price" : {
1728
1728
"amount" : "10.00" ,
1729
- "cadence" : "one_time " ,
1729
+ "cadence" : "monthly " ,
1730
1730
"currency" : "USD" ,
1731
1731
"expires_at_end_of_cadence" : True ,
1732
1732
},
@@ -1877,7 +1877,7 @@ async def test_method_schedule_plan_change_with_all_params(self, async_client: A
1877
1877
{
1878
1878
"allocation_price" : {
1879
1879
"amount" : "10.00" ,
1880
- "cadence" : "one_time " ,
1880
+ "cadence" : "monthly " ,
1881
1881
"currency" : "USD" ,
1882
1882
"expires_at_end_of_cadence" : True ,
1883
1883
},
@@ -1966,7 +1966,7 @@ async def test_method_schedule_plan_change_with_all_params(self, async_client: A
1966
1966
"replaces_price_id" : "replaces_price_id" ,
1967
1967
"allocation_price" : {
1968
1968
"amount" : "10.00" ,
1969
- "cadence" : "one_time " ,
1969
+ "cadence" : "monthly " ,
1970
1970
"currency" : "USD" ,
1971
1971
"expires_at_end_of_cadence" : True ,
1972
1972
},
0 commit comments