PluginProbe
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments / 1.2.5
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments v1.2.5
4.7.2 4.7.1 4.7.0 4.6.6 4.6.5 4.6.4 4.6.3 4.6.2 4.6.1 4.6.0 4.5.1 4.5.0 4.4.2 4.4.1 4.4.0 4.3.3 4.3.2 4.3.1 4.3.0 4.2.3 4.2.2 4.2.1 1.0.3 1.0.4 1.0.5 All 281 releases
← All changes | app/src/Controllers/Rest/CustomerNotificationProtocolController.php +1 -1 4.5.01.2.5 View file →
@@ -26,7 +26,7 @@
26 26 *
27 27 * @return \WP_REST_Response|\WP_Error
28 28 */
29 29 public function edit( \WP_REST_Request $request ) {
30 - return CustomerNotificationProtocol::update( $request->get_json_params() );
30 + return CustomerNotificationProtocol::update( array_diff_assoc( $request->get_params(), $request->get_query_params() ) );
31 31 }
32 32 }