Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Not redirecting to success page / No generated order in the backend after apple pay payment. #5

Open
johnperricruz opened this issue Apr 5, 2018 · 2 comments

Comments

@johnperricruz
Copy link

johnperricruz commented Apr 5, 2018

Magento ver. 2.1.9

  1. Checkout
  2. Select Payment Method > Apple Pay
  3. Select Card & Confirm Payment
  4. Payment says "Done"
  5. Nothing happens.
@Bharathidasane
Copy link

@johnperricruz
Hi johnperricruz,
I am having the same issue.
Do you have a fix?
If so please update here.

@Bharathidasane
Copy link

I think i have figured out the fix.

Replace line number 7

use Magento\Braintree\Gateway\SubjectReader;

with this

use Magento\Braintree\Gateway\Helper\SubjectReader;

in the following files.
app/code/Teslaamazing/ApplePay/Gateway/Response/DetailsHandler.php
app/code/Teslaamazing/ApplePay/Gateway/Response/VaultDetailsHandler.php

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

No branches or pull requests

2 participants