Skip to content

Commit 94ee8e0

Browse files
committed
VERSION 3.1.10
1 parent d1b478a commit 94ee8e0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

catalog/controller/payment/paypal.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

install.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
}

system/config/paypal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
$_['paypal_setting'] = [
3-
'version' => '3.1.9',
3+
'version' => '3.1.10',
44
'partner' => [
55
'production' => [
66
'partner_id' => 'TY2Q25KP2PX9L',

0 commit comments

Comments
 (0)