Skip to content

Commit aa5ba0d

Browse files
committed
VERSION 3.2.4
1 parent d816dcd commit aa5ba0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

catalog/controller/payment/paypal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'])) {

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.2.2",
5+
"version": "3.2.4",
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.2.3',
3+
'version' => '3.2.4',
44
'partner' => [
55
'production' => [
66
'partner_id' => 'TY2Q25KP2PX9L',

0 commit comments

Comments
 (0)