File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
catalog/controller/payment Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,8 @@ public function modal(): void {
164164 } else {
165165 $ data ['applepay_button_status ' ] = false ;
166166 }
167+
168+ $ data ['logged ' ] = $ this ->customer ->isLogged ();
167169
168170 require_once DIR_EXTENSION . 'paypal/system/library/paypal.php ' ;
169171
Original file line number Diff line number Diff line change 22 "name" : " PayPal" ,
33 "code" : " paypal" ,
44 "license" : " GPL" ,
5- "version" : " 3.1.9 " ,
5+ "version" : " 3.1.10 " ,
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.1.9 ' ,
3+ 'version ' => '3.1.10 ' ,
44 'partner ' => [
55 'production ' => [
66 'partner_id ' => 'TY2Q25KP2PX9L ' ,
You can’t perform that action at this time.
0 commit comments