Migration is generally pretty simple from Payment System.
Verify that you are on version 1.2.0 of Payment System.
Verify that you are not currently using any of the Payment System files in your Huracan Store download. Make sure they are all original files from our download.
Enter your SQL information and select your Payment System database and source the migration file.
use hyperzstore;
source /home/huracanstore/PS_MIGRATE.sql;
exit;
Change the database name in your config.js
file from huracanstore
to hyperzstore
to use the Payment System database rather than our original database.
Now you may start your Huracan Store with the Payment System (modified) database.