blockchain / receive-payments-demos

Blockchain.info Receive Payments API V2 Demos
273 stars 246 forks source link

One php short tag in index.php #13

Closed josecelano closed 10 years ago

josecelano commented 10 years ago

I have replaced

<script type="text/javascript" src="<? echo $blockchain_root ?>Resources/wallet/pay-now-button-v2.js"></script>

by:

<script type="text/javascript" src="<?php echo $blockchain_root ?>Resources/wallet/pay-now-button-v2.js"></script>

If you do not have short tag enabled the sample does not work.

colinkelly commented 10 years ago

LOL braw!

josecelano commented 10 years ago

:-)