for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
class Cafe extends \PEIP\Gateway\SimpleMessagingGateway
{
public function placeOrder(Order $order)
return $this->sendAndReceive($order);
}