Open AKALuffy opened 1 year ago
Hi @AKALuffy. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
Hi @engcom-Bravo. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch@magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure. 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Issue: Confirmed
once verification is complete. @magento give me 2.4-develop instance
Hi @AKALuffy. Thank you for your request. I'm working on Magento instance for you.
In fact setPaymentMethodAndPlaceOrder class is deprecated but no mention of deprecated in schema.graphqls
Hi @AKALuffy, here is your Magento Instance: https://083b239ddda88838fdc2303231e15167.instances-prod.magento-community.engineering Admin access: https://083b239ddda88838fdc2303231e15167.instances-prod.magento-community.engineering/admin_e67e Login: 6867bcd1 Password: 991ab7fda8c0
Hi @engcom-Delta. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch@magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure. 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Issue: Confirmed
once verification is complete. Hi @AKALuffy,
We have tried to reproduce the issue in the 2.4-develop branch and the issue has been reproducible with the below steps.
Graphql
1- Get Customer Token 2- Get Customer Cart ID 3- add product to Cart 4- set the shipping address 5- set the shipping method 6- set the billing address 7- createPaypalExpressToken 8- setPaymentMethodAndPlaceOrder
Though the setPaymentMethodAndPlaceOrder is deprecated but this should work , order should be created
Hence confirming this issue.
Thanks,
Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): Reproduced on 2.4.x
, ^Area:.*
Once all required labels are present, please add Issue: Confirmed
label again.
Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): Reproduced on 2.4.x
, ^Area:.*
Once all required labels are present, please add Issue: Confirmed
label again.
:white_check_mark: Jira issue https://jira.corp.adobe.com/browse/AC-9579 is successfully created for this GitHub issue.
:white_check_mark: Confirmed by @engcom-Delta. Thank you for verifying the issue.
Issue Available: @engcom-Delta, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.
:x: Cannot export the issue. This GitHub issue is already linked to Jira issue(s): https://jira.corp.adobe.com/browse/AC-9579
Preconditions and environment
Steps to reproduce
by Graphql 1- Get Customer Token 2- Get Customer Cart ID 3- add product to Cart 4- set the shipping address 5- set the shipping method 6- set the billing address 7- createPaypalExpressToken 8- setPaymentMethodAndPlaceOrder
Expected result
sucessfully create order
Actual result
Unable to place order: The payment disallows storing objects.
Additional information
Bug occure only when use setPaymentMethodAndPlaceOrder. If we used setPaymentMethodOnCart and placeOrder separatly it's working fine.
Release note
No response
Triage and priority