Hook_menu is deprecated and should be replaced with routing
Issue fork commerce_liqpay-3393321
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
reinfate commentedIt turns out routing is not needed
API notify from Liqpay is handled in \Drupal\commerce_liqpay\Plugin\Commerce\PaymentGateway\Liqpayment::onNotify
And Return page is handled in \Drupal\commerce_liqpay\Plugin\Commerce\PaymentGateway\Liqpayment::onReturn
Therefore I've just removed hook_menu.
Comment #4
reinfate commentedComment #7
bohartCommitted to 2.0.x branch.
Thanks!