Closed adamkarnowka closed 5 years ago
Thank you for reporting this issue, we will look into this as soon as possible.
Will update this issue.
Thank you, I tried to push hotfix on branch, but I don't have permission to do so.
As hotfix, it is enough to add these two lines in Helper/Customer.php
in buildCustomerObject()
method:
->setRpToken($customer->getRpToken())
->setRpTokenCreatedAt($customer->getRpTokenCreatedAt())
We are always open for Pull Requests ;)
All right, here it is: https://github.com/emartech/magento2-extension/pull/15
Thank you for the contribution.
I have merged your Pull Request, written some tests for it and will release a patch version possibly today.
Fixed in v1.7.1 release.
Kudos for the contribution of @adamkarnowka.
Hello, after upgrade from version from 1.6.4 to 1.7.0 JSON for event type
customer_password_reset_confirmation
is different, please compare following JSONs:1.6.4 - correct
1.7.0 - wrong
As you can see, in latest version
rp_token
is missing - and as a result password reset e-mail don't have data required to work properly (no hash in URL).I think that new method of fetching customerdata -
getOneCustomer()
doesn't include fields fromcustomer_entity
table. Can they be added?Thank you in advance, Adam Karnowka.