Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_supported_payment_services funktioniert nur mit banks oder services. #30

Open
bennybennet opened this issue Jan 9, 2017 · 0 comments

Comments

@bennybennet
Copy link

Hi,

get_supported_payment_services funktioniert nur mit banks oder services.
Ich habe einen Live-Zugang und wollte in einer Query alle Payment-Services abfragen. Leider funktioniert es nur in zwei Querys. Das ist kein großes Problem, die API zeigt aber eigentlich eine andere Möglichkeit auf.

session.get_supported_payment_services('de', null, (error, result) => {
        if(error) {
            console.log('get_supported_payment_services - error:', error);
        } else {
            console.log('get_supported_payment_services - result:', result);
        }
    });

Ergebnis ist:
get_supported_payment_services - result: null

Grüße,
Benny

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

No branches or pull requests

1 participant