subscribepro-magento2-ext icon indicating copy to clipboard operation
subscribepro-magento2-ext copied to clipboard

Subscribe Pro Magento 2 Integration Extension

Results 57 subscribepro-magento2-ext issues
Sort by recently updated
recently updated
newest added

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.

## 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....

bug

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/...`...

bug