@@ -163,7 +163,7 @@ |
||
| 163 | 163 | if ( \is_object( $merchants ) && isset( $merchants->data ) ) { |
| 164 | 164 | foreach ( $merchants->data as $merchant ) { |
| 165 | 165 | foreach ( $merchant->merchant_profiles->data as $profile ) { |
| 166 | - $profiles[ $profile->uuid ] = $merchant->name . ' - ' . $profile->name; |
|
| 166 | + $profiles[$profile->uuid] = $merchant->name . ' - ' . $profile->name; |
|
| 167 | 167 | } |
| 168 | 168 | } |
| 169 | 169 | } |