PUT Transfer Input: Array
(
    [id] => 1
    [action] => receive
)

Processing RECEIVE action for ID 1
PUT Error: Undefined array key "id"
PUT Transfer Input: Array
(
    [id] => 1
    [action] => receive
)

Processing RECEIVE action for ID 1
POST Transfer Input: Array
(
    [destination_branch_id] => 2
    [notes] => 
    [items] => Array
        (
            [0] => Array
                (
                    [product_id] => 22
                    [name] => Snack Keripik
                    [quantity] => 55
                )

            [1] => Array
                (
                    [product_id] => 10
                    [name] => Samsung Galaxy A54 5G
                    [quantity] => 5
                )

        )

)

PUT Transfer Input: Array
(
    [id] => 3
    [action] => send
)

Processing SEND action for ID 3
Item: 22 Qty: 55
Item: 10 Qty: 5
PUT Transfer Input: Array
(
    [id] => 3
    [action] => receive
)

Processing RECEIVE action for ID 3
POST Transfer Input: Array
(
    [destination_branch_id] => 2
    [notes] => 
    [items] => Array
        (
            [0] => Array
                (
                    [product_id] => 23
                    [name] => Air Mineral 600ml
                    [quantity] => 50
                )

            [1] => Array
                (
                    [product_id] => 13
                    [name] => Charger Type-C 20W
                    [quantity] => 50
                )

        )

)

PUT Transfer Input: Array
(
    [id] => 4
    [action] => send
)

Processing SEND action for ID 4
Item: 23 Qty: 50
Item: 13 Qty: 50
PUT Transfer Input: Array
(
    [id] => 4
    [action] => receive
)

Processing RECEIVE action for ID 4
