Closed pmarjan-onestic closed 7 months ago
Currently, we have
Adyen\Hyva\Magewire\Payment\Method\AdyenPaymentComponent **line **105**** $this->session->setStateData($stateDataReceived);
In other words, the state data is saved to the checkout session, which is then used in
Adyen\Hyva\Magewire\Checkout\Success **line 80** return json_encode($this->session->getStateData()) ?? '{}';
@RokPopov I am not sure if we have discussed this yet from PSI compliance perspective just yet? In any case, what do you think about it?
https://docs.adyen.com/online-payments/donations/web-component/
As discussed on our meeting, this code block can be removed.
@candemiralp the saving of state data into session (for the purposes of adyen giving) is now removed
This ticket can be closed
Currently, we have
In other words, the state data is saved to the checkout session, which is then used in
@RokPopov I am not sure if we have discussed this yet from PSI compliance perspective just yet? In any case, what do you think about it?