magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.5k stars 9.31k forks source link

Error when trying to create an order in Admin using a stored credit card. #21900

Closed pingu1m closed 5 years ago

pingu1m commented 5 years ago

Preconditions (*)

  1. Magento 2.3 installed
  2. PHP 7.1
  3. Paypal Payflow installed and configured
  4. Add a fraud rule to Paypal Payflow in order to spot mismatch of billing and shiping addresses

Steps to reproduce (*)

  1. Go to admin
  2. Select "Create New Order"
  3. Select a costumer with stored credit card
  4. Add a product
  5. Select a shipping address different from billing address
  6. Select credit card payment method and place the order with a stored credit card

Expected result (*)

  1. A warning should appear: "The billing and shipping addresses did not match"
  2. The order should be processed as it is in the store front

Actual result (*)

  1. Get the following error: image
magento-engcom-team commented 5 years ago

Hi @fgmonad. Thank you for your report. To help us process this issue please make sure that you provided the following information:

Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:

@magento-engcom-team give me 2.3-develop instance - upcoming 2.3.x release

For more details, please, review the Magento Contributor Assistant documentation.

@fgmonad do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?

magento-engcom-team commented 5 years ago

Hi @engcom-backlog-nazar. 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:

ghost commented 5 years ago

Hi @fgmonad thank you for you report, but i'm not able to reproduce following steps you described, In your case you have response from paypal with array, but according to devdocs, it always string wich contains xml_ fraud rules, you can check it here -> https://developer.paypal.com/docs/classic/payflow/fraud-protection/#screening-transactions-using-the-payflow-sdk DeepinScreenshot_select-area_20190327101224

Could you please try reproduce this with clean magento ? thanks.

ghost commented 5 years ago

@fgmonad we are closing this issue due inactivity. Feel free to reopen this one, if issue still exists.