Payment gateway upgrading issue in Nopcommerce3.0 - plugins

I have upgrade nocommerce version 2.3 to 3.0 but there is some issue in Payment Gateway plugin well i think new version 3.0 there is missing two dll (Tax.StrikeIron,Tax.Fixed.Rate)

Related

Compilling GodotGooglePlayBilling 1.1.2 for Google billing library Version 4 for Godot

From what I have been able to investigate I need version 1.1.2 of the GodotGooglePlayBilling.1.1.2.release.aar file to be able to use version 4 of the google payments library, but in the official GitHub version there is only GodotGooglePlayBilling.1.0.1.release.aar.
How can I compile this version?
The answer might be found here:
https://github.com/godotengine/godot-google-play-billing/releases/tag/2.0.0-rc.1

Rundeck GA version Compatibility

Currently I am using Rundeck 3.0.23-20190619.
Whether Rundeck 3.0.23-20190619 is stable version?
From the https://bintray.com/rundeck/rundeck-rpm/rundeck able to see the Rundeck 3.0.23-20190619 is not yet published as GA.
2.11.14-1.70.GA is the latest GA version with build date 2019-09-13T03:37:04.000Z.
Will the application developed with 3.0.23-20190619 compatible with 2.11.14-1.70.GA?
Right now the latest stable release is 3.1.2, you can check the latest version in the changelog here. The "GA" notation is not used anymore. In some cases, you can see some updates of 2.11 / 3.0 branches focused on backports, not for new features, etc.
Your projects and jobs are compatible using 2.11, 3.0 and 3.1 branches.

How to downgrade accidentally upgraded #material-ui/core from v3 back to v1?

I accidentally upgraded #material-ui/core from v1 to v3 with npm.
Since this mistake my react-admin does not work, given the current version of react-admin uses material-ui/core v1. They will announce the v3+ support in react-admin 3.0, but the release of that version is still too far for me.
How can I downgrade the current 3.9.3 version back to v1?
npm install #material-ui/core#1.5.1
found it.

which codeigniter version I should use production and deprecated function

I am having one codeigniter application with version 2.2.6. Is it good to use it in production OR I have to upgrade to 3.1
If YES how to upgrade? Version 3.x is still under development. What are the deprecated function (https://www.codeigniter.com/docs)
Its always better to use latest version for speed & security purpose.
But first you have to check your server PHP version, because CodeIgniter latest version 3.1.9 is not compatible with PHP 5.6
Your server must have PHP version 7.1 or 7.2 for CI 3.1.x
For upgrade CodeIgniter 2.2.6 to 3.1.x, you have to make few changes.
You can get steps for upgrade CI from here.
If your projects is not using deprecated CI functionality, then just replace "system" folder with latest version of CI will work.
My suggestion is to use CI latest version in production.

SpiceLogic PayPal Control Upgrade to v 4

We are in a process of upgrading SpiceLogic PayPal control to the latest version 4 to address PayPal's new security requirements. As per SpiceLogic site - no APIs in their control were changed. So it should be a breeze.
However new control doesn't compile with project giving an error message: Type or namespace SpiceLogic could not be found ...
The reference to SpiceLogic .dll was manually added to VS solution and we can see it in VS 2010 Solution Explorer's references folder. Adding this .dll reference via Project ==> Add Reference ... also doesn't help.
We are using VS 2010 Ultimate edition which runs in .NET v 4.0. SpiceLogic control requires 4.5. Could that be a reason?
The older version of the SpiceLogic PayPal Control did not use .NET Framework 4.5. After the PayPal security requirement changed, SpiceLogic released a new version targeting .NET Framework 4.5. So, if you use the latest version of the control, you should not have any problem.