File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ public function dispatchNotification($order)
78
78
'email ' => $ order ->getCustomerEmail (),
79
79
'order_id ' => $ order ->getRealOrderId (),
80
80
'country_code ' => $ order ->getShippingAddress ()->getCountryId (),
81
+ 'phone ' => $ order ->getBillingAddress ()->getTelephone (),
81
82
'products ' => $ p
82
83
], $ magento_store_id );
83
84
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ You'll need to sign up at [Reviews.co.uk](https://www.reviews.co.uk "Reviews.co.
7
7
8
8
| Magento Version | Php Version | REVIEWS.io Plugin Version |
9
9
| -----------------| -------------| ----------------------------|
10
- | >= 2.4.6 | 8.1, 8.2 | reviewscouk/reviews:0.0.62 |
11
- | >= 2.4.4 | 8.1 | reviewscouk/reviews:0.0.62 |
12
- | <= 2.4.3 | <= 7.4 | reviewscouk/reviews:0.0.62 |
10
+ | >= 2.4.6 | 8.1, 8.2 | reviewscouk/reviews:0.0.63 |
11
+ | >= 2.4.4 | 8.1 | reviewscouk/reviews:0.0.63 |
12
+ | <= 2.4.3 | <= 7.4 | reviewscouk/reviews:0.0.63 |
13
13
14
14
# Installation
15
15
You can’t perform that action at this time.
0 commit comments