subscribepro-magento2-ext
subscribepro-magento2-ext copied to clipboard
Subscribe Pro Magento 2 Integration Extension
If the admin path differs from the default value `admin`, it is not possible to create an order in the admin panel using a new credit card.
…n order callback request.
## Issue Customer's recurring order has their old address instead of the address they updated it too. ## Steps to Reproduce in an M2 environment configured for Order Callback 1....
Replace hardcoded admin URL path with Magento's BackendUrlInterface to properly support merchants with custom admin paths configured. - Remove ADMIN_ORDER_AMOUNT_URL constant - Inject \Magento\Backend\Model\UrlInterface via constructor - Use $backendUrl->getUrl('subscribepro/order/amount') to...
## Issue When the magento admin is at a location other than /admin you can not complete a subscription order in the admin. You will receive a 404 at `admin/subscribepro/order/amount/...`...