Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Error in documentation #83

Open
madex1 opened this issue Sep 23, 2019 · 0 comments
Open

Error in documentation #83

madex1 opened this issue Sep 23, 2019 · 0 comments

Comments

@madex1
Copy link

madex1 commented Sep 23, 2019

$receiverByEmail = Receiver::createByEmail('mail@mail.com', $listId);
$receiverByEmailMd5 = Receiver::createByEmailMd5('md5');
$receiverById = Receiver::createById(862547);

Change to

$receiverByEmail = Receiver::createWithEmail('mail@mail.com', $listId);
$receiverByEmailMd5 = Receiver::createWithEmailMd5('md5');
$receiverById = Receiver::createWithId(862547);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant