We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1492a03 + ad39b26 commit ac189ebCopy full SHA for ac189eb
app/code/community/Pay/Payment/Block/Form/Googlepay.php
@@ -5,5 +5,5 @@ class Pay_Payment_Block_Form_Googlepay extends Pay_Payment_Block_Form_Abstract {
5
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Googlepay::OPTION_ID;
6
protected $paymentMethodName = 'Google Pay';
7
protected $methodCode = 'pay_payment_googlepay';
8
- protected $template = 'pay/payment/form/google.phtml';
+ protected $template = 'pay/payment/form/default.phtml';
9
}
0 commit comments