Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Magento 2.2.x #5

Closed
adamlavery opened this issue Jan 24, 2018 · 9 comments
Closed

Magento 2.2.x #5

adamlavery opened this issue Jan 24, 2018 · 9 comments

Comments

@adamlavery
Copy link

Is the module compatible with M2.2? I appreciate you say M2.1.8+, but there's been some significant changes in M2.2 that has been causing some issues with previously M2.1 compatible extensions.

@lochansim
Copy link
Contributor

Hi Adam,
We've just entered UAT for the work to upgrade from 2.1.x. We're expecting to release the plugin, and documentation, on github w.c.19th February.
Let me know if you have any questions

@adamlavery
Copy link
Author

Hi, can you confirm the new version supports PHP 7.1?

@lochansim
Copy link
Contributor

I can confirm yes. We are verifying this as part of our standard UAT process

@adamlavery
Copy link
Author

Any update on this? Tks.

@RGV500
Copy link

RGV500 commented Mar 1, 2018

I too am waiting for this release to enable me to test Worldpay on my M2.2 website

Any further news on its release please ??

@settoloki
Copy link

I'm also waiting for a release to support 2.2.3 and php 7.1, it's stopping a site going live, do we have any more news on this?

@adamlavery
Copy link
Author

Can we get an update on this please? Now well beyond expected delivery date and clients need to know what's happening in case we need to consider alternatives to WorldPay.

@settoloki
Copy link

if you change

$siteCodes = unserialize($sitecodeConfig);

to

$json = new Magento\Framework\Serialize\Serializer\Json;
$siteCodes = $json->unserialize($sitecodeConfig);

on line 80 of worldpay > magento2-module-payments > Model > Config.php

it will run on php 7.1/7.2 and not error, it's not idea but it works. I have found no issues "so far" on the site I had to make this change on.

I'm the first person to kick off if someone changes a vendor file though.

@lochansim
Copy link
Contributor

Hi all,

I am very sorry for the delay! Release 1.3 includes support for Magento 2.2 & PHP 7.1

Please can you review and if you require urgent assistance contact me on plugins@worldpay.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants