Kristoffer Eriksson
Kristoffer Eriksson
My code is working fine when i run it in my debugging environment at localhost but in production i get the error `Uncaught TypeError: Object # has no method 'activePage$'`....
According to the [docs](https://docs.adyen.com/online-payments/auto-rescue/cards/#cancel-auto-rescue-process) auto rescue should be canceled using the [/cancel](https://docs.adyen.com/online-payments/classic-integrations/modify-payments/cancel/) endpoint from the `Classic payments integration`. Is it ok to use the new [/cancels](https://docs.adyen.com/api-explorer/Checkout/71/post/cancels) endpoint instead? If so,...