You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating a driver to use RD Station with this lib. However, even after changing the NEWSLETTER_DRIVER to my driver, MailChimpDriver is still being called.
I am using version 4.11, and I am still using PHP 7.4.
Ps. I plan to make this feature available once the integration is complete. RD Station is very popular in Brazil.
Edit:
Looking at the source code, it seems that the way to create new drivers was not present in the mentioned version, and it will be necessary to use the latest version for integration.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am creating a driver to use RD Station with this lib. However, even after changing the NEWSLETTER_DRIVER to my driver, MailChimpDriver is still being called.
Example:
'driver' => env('NEWSLETTER_DRIVER', App\Drivers\RDStationDriver::class),
I am using version 4.11, and I am still using PHP 7.4.
Ps. I plan to make this feature available once the integration is complete. RD Station is very popular in Brazil.
Edit:
Looking at the source code, it seems that the way to create new drivers was not present in the mentioned version, and it will be necessary to use the latest version for integration.
Beta Was this translation helpful? Give feedback.
All reactions