Skip to content

Commit a0de0f5

Browse files
authored
Merge pull request #507 from manuelsampl/patch-1
Update class-checkout-mutation.php
2 parents 121a651 + 85de652 commit a0de0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/data/mutation/class-checkout-mutation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public static function get_checkout_fields( $fieldset = '', $prefixed = false )
174174
*
175175
* @param array $data Order data.
176176
*/
177-
protected function update_session( $data ) {
177+
protected static function update_session( $data ) {
178178
// Update both shipping and billing to the passed billing address first if set.
179179
$address_fields = array(
180180
'first_name',

0 commit comments

Comments
 (0)