Skip to content

Commit 6214458

Browse files
Fix template link
1 parent 978669a commit 6214458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/community/Pay/Payment/Block/Form/Afterpayint.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class Pay_Payment_Block_Form_Afterpayint extends Pay_Payment_Block_Form_Abstract
66
protected $paymentMethodName = 'Afterpay International';
77
protected $methodCode = 'pay_payment_afterpayint';
88

9-
protected $template = 'pay/payment/form/afterpayint.phtml';
9+
protected $template = 'pay/payment/form/afterpay.phtml';
1010

1111
}

0 commit comments

Comments
 (0)