Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 318 Bytes

UPGRADE.md

File metadata and controls

16 lines (14 loc) · 318 Bytes

UPGRADE FROM 1.0.0-beta.17 to 1.0.0-beta.18

  • Customer registration payload changed:

    {
    -  "user": {
    -    "plainPassword": {
    -      "first": "foobar",
    -      "second": "foobar"
    -    }
    -  }
    +  "plainPassword": "foobar",
    +  "channel": "CHANNEL_CODE"
    }