-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Braintree payment method does not display on the checkout using php 7 or above. #3797
Comments
this is the same issue i had for #3473 but was masked different PHP versions. |
Hi, @benathey, your issue perhaps related to problems which we already had with php 7.x. This issue fixed on develop branch. |
Great thanks. |
updated today to Magento 2.0.3 and it's still happening.. |
@CKUDG do you have any errors in logs or browser console? Sounds strange, because we also tested Braintree with php 7.0.x |
Hi @joni-jones , I am also facing the same issue, below is the error I am getting in browser console:
Could you post the name of commit where you have placed related changes. Thanks & Regards |
Hi @joni-jones @Doability , sorry for the late answer... The following workaround/fix solves the problem, but i think it's still not marched into the latest version 2.0.3, right? Best regards, |
Hi @CKUDG, unfortunately this fix is not merged into 2.0.4 version. |
Hi @Doability, what changes do you mean? Your issue is still reproducible on the latest mainline version? |
Closing this issue due to no response, please feel free to reopen when you have an update. |
Magento 2.0.2
Braintree payment method does not display on the checkout using php 7 or above.
Tested on apache and nginx using php 5.6, 7.0.0, 7.0.3.
Braintree payment method works fine on php 5.6.
Magento successfully generates tokens using php 5.6. but does not for 7 and above.
Php 7 and above encrypts the keys sent to braintree, braintree is unable to decrypt the keys, the tokens cant generate and the payment method will then not show on the checkout.
This would need to be resolved really quite quickly a massive blocker for anyone using magento2, php7 and braintree. Please advise if there is a workaround.
Cheers
The text was updated successfully, but these errors were encountered: