Skip to content

Commit bb83956

Browse files
authored
add return array to get_query_args because without this endpoint show error
1 parent a044edf commit bb83956

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/data/connection/class-shipping-method-connection-resolver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function should_execute() {
4545
*/
4646
public function get_query_args() {
4747
// TODO: Implement get_query_args() method.
48+
return array();
4849
}
4950

5051
/**

0 commit comments

Comments
 (0)