Uploaded image for project: 'External API Framework'
  1. External API Framework
  2. EXTAPI-63

subscriptionServiceType is null in request to SO for Service Instance creation as part of NBI serviceOrder

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: High High
    • Beijing Release
    • Beijing Release
    • None
    • None

      subscriptionServiceType is not set properly in request payload to SO :

      "requestParameters": {
      {{ "aLaCarte": true,}}
      {{ "subscriptionServiceType": null,}}
      {{ "userParams": []}}
      {{ }}}

      File below needs to be changed:

      src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/RequestParameters.java

       

      **public void setSubscriptionServiceType(String subscriptionServiceType) {

      <         this.subscriptionServiceType = subscriptionServiceType;

      >         subscriptionServiceType = subscriptionServiceType;

          }

       

            nilap nilap
            chiarelloa chiarelloa
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: