Viewing 10 replies - 1 through 10 (of 10 total)
  • Same here.

    Same issue here.
    Payment is accepted and order is placed but following error message appears “SyntaxError: Unexpected token S”.

    Also the page does not redirect to order completion page.

    Same issue for me. Payment is taken and order emails go through, but the cart doesn’t show that it’s empty until you move out of the check out page.

    And yes, what Mikkel said, it doesn’t redirect to the completion page.

    Any help would be greatly appreciated.

    Same issue here. Also, bad credit card numbers are being approved instead of rejected.

    This issue began when we upgraded to WordPress 4.3

    Same issue.

    Same problem. I manually upgraded the braintree lib but still not working.

    Any clues out there?

    I have the same plugin installed on a couple different sites, and there’s no problem with them… yet.

    Same issues here also. Order completes but no redirect happens.

    Solution to work with latest Woocommerce Version 2.4.7
    Open file woocommerce-braintree-payment-gateway.php
    Change the following around 320 line of the file:

    From this:
    echo(“Success! Transaction ID: ” . $result->transaction->id);

    To this:
    //echo(“Success! Transaction ID: ” . $result->transaction->id);

    @ panos_kar

    I was having the same problem, and your solution worked. Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘i get SyntaxError: Unexpected token S but the payment gets throug’ is closed to new replies.