Commit 3f4065d1 authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): spacing

parent b69b56a0
1 merge request!357(fix): Argument 1 passed to Transactions\Manager::getByAccount() must be an instance of account, null given
Pipeline #87954399 passed with stages
in 14 minutes and 15 seconds
......@@ -29,10 +29,10 @@ class transactions implements Interfaces\Api
]);
}
if(!$account) {
if (!$account) {
return Factory::response([
'status' => 'error',
'message' => 'Stripe account not found'
'message' => 'Stripe account not found',
]);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment