File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <name >Fondy</name >
55 <copyright >fondy.eu</copyright >
66 <authorEmail >dmmatrix222@gmail.com</authorEmail >
7- <version >1.0.1 </version >
7+ <version >1.0.2 </version >
88 <description >www.fondy.eu (VISA, MasterCard, и др.)</description >
99 <priority >1</priority >
1010 <status >active</status >
1313 <item for =" install" >fn_fondy_install</item >
1414 <item for =" uninstall" >fn_fondy_uninstall</item >
1515 </functions >
16- </addon >
16+ </addon >
Original file line number Diff line number Diff line change 6262 $ pp_response = ['order_status ' => ($ processor_data ['processor_params ' ]['transaction_method ' ] == 'hold ' ) ? $ processor_data ['processor_params ' ]['status_hold ' ] : $ processor_data ['processor_params ' ]['paid_order_status ' ]];
6363 fn_finish_payment ($ order_id , $ pp_response );
6464 fn_clear_cart ($ _SESSION ['cart ' ]);
65- fn_redirect ('/cart ' );
65+ fn_redirect ('checkout.complete ' );
6666 exit ();
67-
6867} else {
6968
7069 if (empty ($ processor_data ) && !empty ($ order_info )) {
You can’t perform that action at this time.
0 commit comments