File tree 5 files changed +332
-1
lines changed
5 files changed +332
-1
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ class Pay_Payment_Block_Form_Biller extends Pay_Payment_Block_Form_Abstract {
4
+
5
+ protected $ paymentMethodId = Pay_Payment_Model_Paymentmethod_Biller::OPTION_ID ;
6
+ protected $ paymentMethodName = 'Biller ' ;
7
+ protected $ template = 'pay/payment/form/default.phtml ' ;
8
+ protected $ methodCode = 'pay_payment_biller ' ;
9
+ }
Original file line number Diff line number Diff line change
1
+ <?php
2
+ class Pay_Payment_Model_Paymentmethod_Biller extends Pay_Payment_Model_Paymentmethod {
3
+ const OPTION_ID = 2931 ;
4
+ protected $ _paymentOptionId = 2931 ;
5
+ protected $ _code = 'pay_payment_biller ' ;
6
+ protected $ _formBlockType = 'pay_payment/form_biller ' ;
7
+ }
8
+
Original file line number Diff line number Diff line change
1
+ <?php
2
+ class Pay_Payment_Model_Source_Paymentmethod_Biller_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
3
+ protected $ _option_id = Pay_Payment_Model_Paymentmethod_Biller::OPTION_ID ;
4
+ }
Original file line number Diff line number Diff line change 2
2
<config >
3
3
<modules >
4
4
<Pay_Payment >
5
- <version >3.15.1 </version >
5
+ <version >3.16.0 </version >
6
6
</Pay_Payment >
7
7
</modules >
8
8
<global >
798
798
<ask_data_business >0</ask_data_business >
799
799
<limit_shipping >0</limit_shipping >
800
800
</pay_payment_applepay >
801
+ <pay_payment_biller >
802
+ <active >0</active >
803
+ <invoice_email >1</invoice_email >
804
+ <model >pay_payment/Paymentmethod_Biller</model >
805
+ <title >Biller</title >
806
+ <payment_action >authorize</payment_action >
807
+ <order_status >pending_payment</order_status >
808
+ <order_status_success >processing</order_status_success >
809
+ <order_status_verify >pending_payment</order_status_verify >
810
+ <send_mail >success</send_mail >
811
+ <ask_data_personal >0</ask_data_personal >
812
+ <ask_data_business >0</ask_data_business >
813
+ <limit_shipping >0</limit_shipping >
814
+ </pay_payment_biller >
801
815
<pay_payment_focum >
802
816
<active >0</active >
803
817
<invoice_email >1</invoice_email >
You can’t perform that action at this time.
0 commit comments