Skip to content

Commit

Permalink
PagBank 😍 Magento
Browse files Browse the repository at this point in the history
  • Loading branch information
elisei committed Jan 19, 2024
1 parent 7f82a40 commit 8fa5061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Observer/DataAssignCcObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ public function execute(Observer $observer)

$paymentInfo = $this->readPaymentModelArgument($observer);

$paymentInfo->unsAdditionalInformation();

foreach ($this->addInformationList as $addInformationKey) {
if (isset($additionalData[$addInformationKey])) {
$paymentInfo->setAdditionalInformation(
Expand Down

0 comments on commit 8fa5061

Please sign in to comment.