File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
catalog/controller/payment Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5512,7 +5512,7 @@ public function webhook(): bool {
55125512 $ paypal_order_data ['transaction_id ' ] = $ transaction_id ;
55135513 }
55145514
5515- $ this ->model_extension_payapl_payment_paypal ->editPayPalOrder ($ paypal_order_data );
5515+ $ this ->model_extension_paypal_payment_paypal ->editPayPalOrder ($ paypal_order_data );
55165516 }
55175517
55185518 if ($ order_status_id && ($ order_info ['order_status_id ' ] != $ order_status_id ) && !in_array ($ order_info ['order_status_id ' ], $ setting ['final_order_status ' ])) {
Original file line number Diff line number Diff line change 22 "name" : " PayPal" ,
33 "code" : " paypal" ,
44 "license" : " GPL" ,
5- "version" : " 3.2.2 " ,
5+ "version" : " 3.2.4 " ,
66 "author" : " Dreamvention" ,
77 "link" : " https://dreamvention.com/"
88}
Original file line number Diff line number Diff line change 11<?php
22$ _ ['paypal_setting ' ] = [
3- 'version ' => '3.2.3 ' ,
3+ 'version ' => '3.2.4 ' ,
44 'partner ' => [
55 'production ' => [
66 'partner_id ' => 'TY2Q25KP2PX9L ' ,
You can’t perform that action at this time.
0 commit comments