You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.
Is there a way to add the apple pay button to the minicart after I add a product to the cart? I tried simple adding the template and block, but it did not function, just showed as a button that did nothing.
The text was updated successfully, but these errors were encountered:
@tejashp77 You have to modily it slightly for 2.2.2. I found both DetailsHandler and VaultDetailsHandler classes use class Magento\Braintree\Gateway\Helper\SubjectReader that class has moved to Magento\Braintree\Gateway\SubjectReader. Fix those two files and you should be ok. Have not had time to really test a lot yet.
This issue was caused by conflict on data-mage-init.
Try removing all the contents of the minicart aside from apple pay (For testing), works fine on my end.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a way to add the apple pay button to the minicart after I add a product to the cart? I tried simple adding the template and block, but it did not function, just showed as a button that did nothing.
The text was updated successfully, but these errors were encountered: