Hello,
First please note that the order_id must be a number and it need to contain the ID of an order created with the payment method.
Since your plugin right inherit from the HikaShop payment plugin ; the function getOrder will just get the order from the database.
The function loadPaymentParams will check that the plugin name is right according to the name of the plugin (stored in the $name variable).
And depending if your plugin is a multiple-instance or not, the code which will be processed to load the parameters will be different.
github.com/HikaShop/sample-payment-plugi...b/master/example.php
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.