Skip to content

Commit

Permalink
Sort orders callback Rapidez v2 compatibility (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbclaudio authored Jun 18, 2024
1 parent 1387f0e commit ce7c38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/callbacks.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Vue.prototype.sortOrdersCallback = async function (data, response) {
return new Date(b.order_date) - new Date(a.order_date)
})

return response.data.data
return response.data
}

0 comments on commit ce7c38d

Please sign in to comment.