solidusio / solidus_bolt

BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Set merchant callbacks #134

Closed DanielePalombo closed 2 years ago

DanielePalombo commented 2 years ago

This PR adds the ability to the merchant to configure the oauth_redirect and the oauth_logout URLs on Bolt. The solidus admin page is available at /admin/bolt_callback_urls/new, and it retrieves and displays the current configuration from Bolt.

The page uses 2 services, one to retrieve the info and the other to set them.