public function testAutocomplete()
 {
     $merchant = new MerchantPosIdStrategy();
     $merchant->autocomplete($order = new Order(), $this->configuration);
     $this->assertEquals($order->getMerchantPosId(), $this->configuration->getCredentials()->getMerchantPosId());
 }