File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
app/code/core/Mage/Payment/Block Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public function getMethod()
7474 */
7575 public function toPdf ()
7676 {
77- $ this ->setTemplate ('payment/info/default.phtml ' );
77+ $ this ->setTemplate ('payment/info/pdf/ default.phtml ' );
7878 return $ this ->toHtml ();
7979 }
8080
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ protected function _convertAdditionalData()
9292 */
9393 public function toPdf ()
9494 {
95- $ this ->setTemplate ('payment/info/checkmo.phtml ' );
95+ $ this ->setTemplate ('payment/info/pdf/ checkmo.phtml ' );
9696 return $ this ->toHtml ();
9797 }
9898}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ protected function _construct()
3838 */
3939 public function toPdf ()
4040 {
41- $ this ->setTemplate ('payment/info/purchaseorder.phtml ' );
41+ $ this ->setTemplate ('payment/info/pdf/ purchaseorder.phtml ' );
4242 return $ this ->toHtml ();
4343 }
4444}
You can’t perform that action at this time.
0 commit comments