Skip to content

Problem when trying to unset additional data in payment method. #26083

Closed
@marcoaacoliveira

Description

@marcoaacoliveira

Preconditions (*)

  1. Magento 2.3.2 & PHP 7.2.21

Steps to reproduce (*)

  1. You must use \Magento\Payment\Model\Info::setAdditionalInformation to add an additional information to a payment method;
  2. Try to use \Magento\Payment\Model\Info::unsAdditionalInformation to remove the inserted additional data.

Expected result (*)

  1. \Magento\Payment\Model\Info::unsAdditionalInformation should remove an additional information from table quote_payment column additional_information after save the quote.

Actual result (*)

  1. \Magento\Payment\Model\Info::unsAdditionalInformation didn't remove the data in additional_information (column)

Metadata

Metadata

Labels

Component: PaymentFixed in 2.4.xThe issue has been fixed in 2.4-develop branchIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedReproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branch

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions