Skip to content

Commit

Permalink
ACP-3468: Added additional payment data to payment entity
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4onok committed Jul 23, 2024
1 parent f53d0d2 commit 147e601
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public function mapPaymentTransferToPaymentEntity(PaymentTransfer $paymentTransf
public function mapPaymentEntityToPaymentTransfer(SpyPayment $spyPayment, PaymentTransfer $paymentTransfer): PaymentTransfer
{
$quoteData = json_decode((string)$spyPayment->getQuote(), true);
$details = json_decode((string)$spyPayment->getDetails(), true);

$paymentData = $spyPayment->toArray();
$paymentData[PaymentTransfer::QUOTE] = $quoteData;
Expand Down

0 comments on commit 147e601

Please sign in to comment.