Failed Conditions
Push — develop ( c4f241...6d7133 )
by Reüel
08:59
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
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
 		}
Please login to merge, or discard this patch.