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

Braintree Paypal not working #993

Open
satya3291 opened this issue Nov 15, 2023 · 0 comments
Open

Braintree Paypal not working #993

satya3291 opened this issue Nov 15, 2023 · 0 comments

Comments

@satya3291
Copy link

Expected Behaviour -- it should work and placeorder graphQL API should not give error

Actual Behaviour --- Placeorder API giving error -- "your payment could not be taken"

Screenshot 2023-10-23 at 2 50 24 pm

Reproduce Scenario (including but not limited to)

triggered setPaymentmethod on cart , screenshot below
Screenshot 2023-11-13 at 2 23 01 pm

Triggered SetSelectedpayment method
Screenshot 2023-10-23 at 2 48 54 pm

Steps to Reproduce

Simply follow checkout instructions

Platform and Version

Cloud and node 16.20.0
"@adobe/aem-core-cif-react-components": "2.12.0",
"braintree-web-drop-in": "^1.22.1",

Sample Code that illustrates the problem

utation ($cartId: String!, $paymentMethodCode: String!, $nonce: String!) {
setPaymentMethodOnCart(
input: {
cart_id: $cartId
payment_method: {
code: $paymentMethodCode
braintree: {
payment_method_nonce: $nonce
is_active_payment_token_enabler: false
}
}
}
) {
cart {
selected_payment_method {
code
title
}
}
}
}

Logs taken while reproducing problem

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

1 participant