Skip to content

Fix the ApplyOneShotChargeInstanceDto

Administrator requested to merge fix/ApplyOneShotChargeInstanceDto into master

Fix the Dto send with the call ApplyOneShotChargeInstance.

The API expect:

{
  "subscriptionCode": "5823",
  "oneShotCharge": "CH_SC_OSO_ES"
}

And we are sending:

{
  "subscription": "5823",
  "oneShotCharge": "CH_SC_OSO_ES"
}

Merge request reports