Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mollie Dashboard moved from mollie.com/dashboard to my.mollie.com #8

Closed
remcotolsma opened this issue Jul 6, 2022 · 0 comments · Fixed by #9
Closed

Mollie Dashboard moved from mollie.com/dashboard to my.mollie.com #8

remcotolsma opened this issue Jul 6, 2022 · 0 comments · Fixed by #9
Assignees

Comments

@remcotolsma
Copy link
Member

ℹ️ Your Mollie Dashboard login page has moved to my.mollie.com. Please update your bookmarks.

For more information, visit our Help Center.

my mollie com_dashboard_login_lang=en

Maybe change some URL's?

'dashboard_url' => 'https://www.mollie.com/dashboard/',

/**
* Payment provider URL.
*
* @param string|null $url Payment provider URL.
* @param Payment $payment Payment.
* @return string|null
*/
public function payment_provider_url( $url, Payment $payment ) {
$transaction_id = $payment->get_transaction_id();
if ( null === $transaction_id ) {
return $url;
}
return sprintf(
'https://www.mollie.com/dashboard/payments/%s',
$transaction_id
);
}

@remcotolsma remcotolsma moved this to Todo in Pronamic Pay Jul 6, 2022
@remcotolsma remcotolsma linked a pull request Jul 7, 2022 that will close this issue
@remcotolsma remcotolsma moved this from Todo to In Progress in Pronamic Pay Jul 7, 2022
@remcotolsma remcotolsma self-assigned this Jul 7, 2022
Repository owner moved this from In Progress to Done in Pronamic Pay Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
1 participant