Skip to content

Commit f3baacd

Browse files
committed
Update get-it-started.md
Bonne méthode dans /Payum/Core/Request/BaseGetStatus.php
1 parent ed713da commit f3baacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-it-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class IndexController extends AbstractActionController
152152

153153
$gateway->execute($status = new GetHumanStatus($token));
154154

155-
return new JsonModel(array('status' => $status->getStatus()) + iterator_to_array($status->getModel()));
155+
return new JsonModel(array('status' => $status->getValue()) + iterator_to_array($status->getModel()));
156156
}
157157
}
158158
```

0 commit comments

Comments
 (0)