From f3c309c69650d05326788affbb1213ebdd21f796 Mon Sep 17 00:00:00 2001 From: Joshua Estes Date: Wed, 2 Jul 2014 13:18:03 -0400 Subject: [PATCH] Updated a few things that I didn't notice the first pass --- app/code/community/Bitpay/Bitcoins/Block/Iframe.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/code/community/Bitpay/Bitcoins/Block/Iframe.php b/app/code/community/Bitpay/Bitcoins/Block/Iframe.php index 1d48ea0..e77a313 100644 --- a/app/code/community/Bitpay/Bitcoins/Block/Iframe.php +++ b/app/code/community/Bitpay/Bitcoins/Block/Iframe.php @@ -31,7 +31,7 @@ class Bitpay_Bitcoins_Block_Iframe extends Mage_Checkout_Block_Onepage_Payment } /** - * @return + * @return string */ public function GetQuoteId() { @@ -44,9 +44,10 @@ class Bitpay_Bitcoins_Block_Iframe extends Mage_Checkout_Block_Onepage_Payment /** * create an invoice and return the url so that iframe.phtml can display it * - * @return + * @return string */ - public function GetIframeUrl() { + public function GetIframeUrl() + { // are they using bitpay? // @todo refactor this if (!($quote = Mage::getSingleton('checkout/session')->getQuote())