#.letscode

1 messages · Page 1 of 1 (latest)

grim folioBOT
whole nova
#

hi, do you have more context/an example/some code?

arctic dawn
#

sub_1NwYCmFG3Dh3H5V4MqZJCHCX

#

this is subscription

#

and cycle sub_sched_1NwYEYFG3Dh3H5V4Oc9R3KlO

#

it configured for 2 iteration and then release

#

I see it was worked great. But still subscription is active and created new cyple

#

cycle means: schedule sub_sched_1OJQbgFG3Dh3H5V4xfckNxvq

whole nova
#

that's normal I think, release means the Subscription continues.

#

end_behavior:release just means that the Schedule stops managing the Subscription, the Subcription itself continues to run and generate billing cycles and invoice. If you wanted the Subscripton to stop entirely, that's what end_behavior:cancel is.

arctic dawn
#

oh thanks

#

is there any way to change existing subscription schedule end_behaviour

arctic dawn
#

looks like i'm already handling once it's release, cancelling subscription.cancel()

#

let me see where it was got missed

#

thanks for ur help