Implement webApi_basket_modify #21

Open
opened 2022-08-23 05:59:34 +02:00 by spotlightishere · 0 comments
spotlightishere commented 2022-08-23 05:59:34 +02:00 (Migrated from github.com)

The route webApi_basket_modify needs to be added.

It appears it POSTs updated attributes. For example, when changing the optionList option and selecting its first (1) value:

    Form item: "action" = "webApi_basket_modify"
    Form item: "platform" = "wii"
    Form item: "authKey" = "ebbddbc1-5540-47ca-b0e1-601d6e5d3b31"
    Form item: "shopCode" = "1"
    Form item: "areaCode" = "08030313630"
    Form item: "basketNo" = "0"
    Form item: "menuCode" = "1"
    Form item: "itemCode" = "1"
    Form item: "option[1][1]" = "1"
    Form item: "quantity" = "1"
The route `webApi_basket_modify` needs to be added. It appears it POSTs updated attributes. For example, when changing the `optionList` option and selecting its first (`1`) value: ``` Form item: "action" = "webApi_basket_modify" Form item: "platform" = "wii" Form item: "authKey" = "ebbddbc1-5540-47ca-b0e1-601d6e5d3b31" Form item: "shopCode" = "1" Form item: "areaCode" = "08030313630" Form item: "basketNo" = "0" Form item: "menuCode" = "1" Form item: "itemCode" = "1" Form item: "option[1][1]" = "1" Form item: "quantity" = "1" ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
krnl/food-server#21
No description provided.