-
# Steps to reproduce
- Login as customer on frontend and leave review on a product
- Login to admin, find review, change to "Approved" and save review:
![edit_review___customer_reviews___reviews_an…
-
Since the method uses the undefined order class attribute connector_id the REST API call always fails since ContactIdentifier is mandatory.
Following notice is generated:
Notice: Undefined property…
-
According to Magento's system.log, the following error is produced
`
ERR (3): Warning: include(Dotdigitalgroup/Email/Helper/Review.php): failed to open stream: No such file or directory in /routeToMa…
-
You should change this:
`modman clone https://github.com/dotagency/dotmailer_magento.git`
to this:
`modman clone https://github.com/dotmailer/dotmailer-magento-extension.git`
-
We have currently production issues since the IP Addresses seem to be outdated:
```
94.143.111.2, 94.143.111.3
```
Could you please provide us with the new ip address l…
-
If I do:
php artisan vendor:publish --provider="IndustriousMouse\LaravelDotmailer\LaravelDotmailerServiceProvider"
I get:
{"error":{"type":"ErrorException","message":"Undefined index: username","fi…
-
This occurs in version 5.1.0. Is this a false positive?
![screen shot 2015-12-03 at 09 39 07](https://cloud.githubusercontent.com/assets/13380473/11555614/e16cdbe0-99a1-11e5-8561-ef13b85a83e9.png)
-
Hi,
As I can see, v0.1.0 is for Laravel 4.2. My current project use L5 and after requiring dev-master:
```
composer require "industrious-mouse/laravel-dotmailer": "dev-master"
```
I received this e…
-
I am using your code to make API calls to dotmailer, I have found that you have not added code for bulk import of addresses. I have tried the following code and it worked you may consider adding it in…
-
Hi,
this method
https://github.com/romanpitak/dotMailer-API-v2-PHP-client/blob/master/src/Resources/Resources.php#L492
doesn't use passed parameter, so it's always returns an error that transactional…