We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1492a03 commit ad39b26Copy full SHA for ad39b26
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