PCM_OP_SUBSCRIPTION_CANCEL_DEAL
I am trying to cancel a deal in the following subscription hierarchy using PCM_OP_SUBSCRIPTION_CANCEL_DEAL:
Subscription Service
-----Member Service 1
----Member Service 2
A Member service can be linked to a deal and a product of same service type within the subscription.
And I used the following input flist:
0 PIN_FLD_POID POID [0] 0.0.0.1 /account 2471559 0
0 PIN_FLD_SERVICE_OBJ POID [0] 0.0.0.1 /service 2455747 0
0 PIN_FLD_PROGRAM_NAME STR [0] "STest"
0 PIN_FLD_DEAL_INFO SUBSTRUCT [0]
1 PIN_FLD_PACKAGE_ID INT [0] 411
1 PIN_FLD_DEAL_OBJ POID [0] 0.0.0.1 /deal 1792166 0
But the status of the deal products is not getting changed in purchased_product_t table.