Skip to content

Commit dba3c8b

Browse files
authored
Merge pull request wirecardBrasil#118 from moip/analysis-zdRLBv
Apply fixes from StyleCI
2 parents 2c3f926 + ca3e9f8 commit dba3c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resource/Payment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public function get($id_moip)
151151
if ($this->order !== null) {
152152
return $this->getByPath(sprintf('/%s/%s/%s', MoipResource::VERSION, self::PATH, $id_moip));
153153
}
154-
154+
155155
return $this->getByPath(sprintf('/%s/%s/%s', MoipResource::VERSION, self::MULTI_PAYMENTS_PATH, $id_moip));
156156
}
157157

0 commit comments

Comments
 (0)