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

Paypal PLUS - Leere Seite nach Absenden #2139

Closed
operatorone opened this issue May 7, 2020 · 2 comments
Closed

Paypal PLUS - Leere Seite nach Absenden #2139

operatorone opened this issue May 7, 2020 · 2 comments
Milestone

Comments

@operatorone
Copy link

operatorone commented May 7, 2020

Hallo,

wenn ich Paypal PLUS als Zahlungsart im System einstelle und dabei auch einen Live-Key und Secret nutze werde ich nach klicken auf "Bezahlen" in der Kasse auf die URL http://dev.korncorner.de/kasse/process weitergeleitet. Leider sehe ich hier dann nichts mehr bezüglich Paypal oder der Kasse.

Im Code finde ich nur diesen iFrame:

<iframe id="iframe_0.42271039884508355" allowtransparency="true" scrolling="no" style="height: 150px; border: none; width: 990px;"></iframe>
<script src="https://www.paypalobjects.com/webstatic/ppplus/ppplus.min.js" type="text/javascript"></script> <script type="application/javascript">var ppp=PAYPAL.apps.PPP({"approvalUrl":"https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-0P140337DL659743L","placeholder":"paypal_plus5","mode":"live","country":"DE","language":"de"})</script>
<script>Isotope.checkoutButton(document.getElementById('iso_mod_checkout'))</script>

und im Log diesem Eintrag

[07-May-2020 23:31:37] Array
(
    [intent] => sale
    [redirect_urls] => Array
        (
            [return_url] => http://dev.xxxx.de/kasse/complete?uid=2020-5eb47e023f17b3.46744716
            [cancel_url] => http://dev.xxxx.de/kasse/failed
        )

    [payer] => Array
        (
            [payment_method] => paypal
            [payer_info] => Array
                (
                    [email] => xxxx@gmail.com
                    [first_name] => Hans
                    [last_name] => Dampf
                    [billing_address] => Array
                        (
                            [line1] => Musterstr. 100
                            [city] => Musterhausen
                            [postal_code] => 12345
                            [country_code] => DE
                        )

                )

        )

    [potential_payer_info] => Array
        (
            [billing_address] => Array
                (
                    [line1] => Musterstr. 100
                    [line2] => 
                    [city] => Musterhausen
                    [state] => 
                    [postal_code] => 12345
                    [country_code] => DE
                )

        )

    [transactions] => Array
        (
            [0] => Array
                (
                    [amount] => Array
                        (
                            [total] => 3.59
                            [currency] => EUR
                        )

                    [item_list] => Array
                        (
                            [items] => Array
                                (
                                    [0] => Array
                                        (
                                            [name] => Dinkelkorn 1 Kg
                                            [price] => 3.59
                                            [currency] => EUR
                                            [quantity] => 1
                                            [sku] => DK-010
                                        )

                                )

                        )

                )

        )

)

Ich bräuchte hier bitte dringend Hilfe. Bin auch Circle-Mitglied.
Danke, Tilman

@aschempp
Copy link
Member

aschempp commented May 8, 2020

Mede dich bitte per E-Mail oder im Circle Ticketsystem. Hier bei GitHub ist der „freie Support“.

@operatorone
Copy link
Author

Habe das Ticket im Circle eingestellt.

@aschempp aschempp added this to the 2.6.11 milestone May 8, 2020
@aschempp aschempp modified the milestones: 2.6.11, 2.6.12 May 13, 2020
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

2 participants