Giter Club home page Giter Club logo

contao-klicktipp-gateway's People

Contributors

contaoacademy avatar fenepedia avatar fritzmg avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

bst2002git eki89

contao-klicktipp-gateway's Issues

Änderung der E-Mail-Adresse ermöglichen

Aktuell bietet die Funktion subscriber_update nur Änderung der verschiedenen Felder an. Eine Änderung der E-Mail-Adresse des Kontakts ist damit derzeit nicht möglich.

Die E-Mail-Adressenänderung muss zusätzlich implementiert werden:
Doku siehe: https://support.klicktipp.com/article/389-application-programming-interface-api#api-subscriber-update

$newemail = '[email protected]';
…

$updated = $connector->subscriber_update($subscriber_id, $fields, $newemail, $newsmsnumber);

Umsetzung wie am 06.04.2022 besprochen

Could not find matching language or fallback

Could not find matching language or fallback for message ID "XX" and language "de".

Fehler wird wohl durch das Update vom NotificationCenter auf Version 1.5.17 ausgelöst.

Als Workaround die Version vom NotificationCenter auf 1.5.16 fixieren.
Also ein Downgrade machen.

subscriber_update Action optimieren

Wenn kein Subscriber gefunden wird bei der subscriber_update Action, soll nichts passieren.
Aktuell wird da weiter gemacht und führt vermutlich zu einem Fehler.

Login-Problem bei Passwörtern mit bestimmten Zeichen

Der Login über die Schnittstelle bringt folgende Fehlermeldung:
Kazin8\KlickTipp\Connector: Login failed: Unauthorized : Falscher Benutzername oder falsches Passwort.

Nach ein paar Tests konnte ich herausfinden, dass das es wohl an bestimmten Zeichen im Passwort liegt.
Bei Verwendung des Zeichens # im Passwort, schlägt der Login fehl.

Aktuell ist unklar ob das Problem an der Contao-Erweiterung liegt, am Paket https://github.com/kazin8/klick-tipp oder an der KlickTipp API selbst.

Installation unter Contao 4.13 klappt nicht

Bei der Installation der Erweiterung unter Contao 4.13 kommt folgende Fehlermeldung.

Problem 1
    - Root composer.json requires fenepedia/contao-klicktipp-gateway ^1.1 -> satisfiable by fenepedia/contao-klicktipp-gateway[1.1.0].
    - fenepedia/contao-klicktipp-gateway 1.1.0 requires symfony/http-kernel ^4.4 -> found symfony/http-kernel[v4.4.0, ..., v4.4.39] but these were not loaded, likely because it conflicts with another require.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.