Merge branch 'ticket/r13144-bug-double-orders' into dev

This commit is contained in:
Rodney Figaro 2017-05-29 12:26:03 +02:00
commit 7e51bf6ab2
2 changed files with 5 additions and 3 deletions

View File

@ -482,7 +482,9 @@ class Ripcord_Transport_Stream implements Ripcord_Transport
);
$context = stream_context_create( $options );
$result = @file_get_contents( $url, false, $context );
$this->responseHeaders = $http_response_header;
// antadis 13144 - fix undefined variable
//$this->responseHeaders = $http_response_header;
// antadis 13144 - end
if ( !$result )
{
throw new Ripcord_TransportException( 'Could not access ' . $url,

View File

@ -69,13 +69,13 @@
<a class="btn btn2" href="{$link->getPageLink('order', true, NULL, "step=3")|escape:'html':'UTF-8'}">
<span>{l s='Other payment methods' mod='bankwire'}</span>
</a>
</p>
</div>
</div><!-- .cheque-box -->
</div>
</form>
{/if}
</div>
</form>
</div>
</div>
</section>
</main>