We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978669a commit 6214458Copy full SHA for 6214458
app/code/community/Pay/Payment/Block/Form/Afterpayint.php
@@ -6,6 +6,6 @@ class Pay_Payment_Block_Form_Afterpayint extends Pay_Payment_Block_Form_Abstract
6
protected $paymentMethodName = 'Afterpay International';
7
protected $methodCode = 'pay_payment_afterpayint';
8
9
- protected $template = 'pay/payment/form/afterpayint.phtml';
+ protected $template = 'pay/payment/form/afterpay.phtml';
10
11
}
0 commit comments