• Resolved Bertkat

    (@bertkat)


    Hi,

    I just updated the plugin to 3.1.3. On the woocommerce checkoutpage I got a fatal error saying Pronamic_Gateways_IDealAdvanced_Security didn’t exist.

    I fixed it temporarily by changing /vendor/wp-pay-gateways/ideal-advanced-v3/src/Client.php line 337 from

    $fingerprint = Pronamic_Gateways_IDealAdvanced_Security::getShaFingerprint( $this->private_certificate );

    to

    $fingerprint = Pronamic_WP_Pay_Gateways_IDealAdvanced_Security::getShaFingerprint( $this->private_certificate );

    Hope to see it fixed in the future.

    Thanks

    https://ww.wp.xz.cn/plugins/pronamic-ideal/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘woocommerce ideal v3 error’ is closed to new replies.