Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Not a Bug
-
Affects Version/s: Mercury
-
Fix Version/s: None
-
Component/s: API, Reseller UI
-
Labels:None
-
Environment:
aml-distribution-service-war-1.0.1-RC1.war
aml-ui-merchant-gwt-2.9.1-RC1.war
ops-scripts-3.0.0-BETA1-bin.zip
aml-ui-reseller-gwt-2.9.1-RC2.war
smb-ear-2.9.1-RC1.ear
aml-data-tool-2.9.1.jar
bidmgr-distribution-2.9.1-RC1-bin.tar.gz
aml-sapi-2.9.0-RC2.war
merchant-api-secure-1.0.1-RC1.war
taxonomy-api-secure-1.0.1-RC1.war
budget-api-secure-1.0.1-RC1.war
deployment-api-secure-1.0.1-RC1.war
api-docs-1.0.1-RC1-yj.war
api-docs-1.0.1-RC1.war
yahoo-japan-credentials-api-secure-1.0.1-RC1.war
aml-reporting-api-secure-1.0.1-RC1.war
aml-oauth-provider-1.0.2-RC1.war
qos-service-1.0.2-RC1.war
aml-java-rsa-keygen-tool-1.0.2-RC1.jaraml-distribution-service-war-1.0.1-RC1.war aml-ui-merchant-gwt-2.9.1-RC1.war ops-scripts-3.0.0-BETA1-bin.zip aml-ui-reseller-gwt-2.9.1-RC2.war smb-ear-2.9.1-RC1.ear aml-data-tool-2.9.1.jar bidmgr-distribution-2.9.1-RC1-bin.tar.gz aml-sapi-2.9.0-RC2.war merchant-api-secure-1.0.1-RC1.war taxonomy-api-secure-1.0.1-RC1.war budget-api-secure-1.0.1-RC1.war deployment-api-secure-1.0.1-RC1.war api-docs-1.0.1-RC1-yj.war api-docs-1.0.1-RC1.war yahoo-japan-credentials-api-secure-1.0.1-RC1.war aml-reporting-api-secure-1.0.1-RC1.war aml-oauth-provider-1.0.2-RC1.war qos-service-1.0.2-RC1.war aml-java-rsa-keygen-tool-1.0.2-RC1.jar
Description
After terminating an order , End date is not set(showing null) in st-tracker.admaxAccountAnniversary table .
Steps :
1. Create an Order and deploy .
2. Terminated the deployed order
3. Check the end date in `st-tracker`.admaxAccountAnniversary for the deployed order .
Expected behavior
The End date should set correctly.
Actual Behavior
The end date is showing null in `st-tracker`.admaxAccountAnniversary table .
Example :
SELECT * FROM `st-tracker`.admaxAccountAnniversary WHERE accountID = 191;
id accountId anniversaryDate startDate endDate
190 191 2016-05-11 2016-05-11 \N