@@ -181,7 +181,7 @@ |
||
| 181 | 181 | if ( $merchants ) { |
| 182 | 182 | foreach ( $merchants->data as $merchant ) { |
| 183 | 183 | foreach ( $merchant->merchant_profiles->data as $profile ) { |
| 184 | - $profiles[ $profile->uuid ] = $merchant->name . ' - ' . $profile->name; |
|
| 184 | + $profiles[$profile->uuid] = $merchant->name . ' - ' . $profile->name; |
|
| 185 | 185 | } |
| 186 | 186 | } |
| 187 | 187 | } |