We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd37db3 commit c074343Copy full SHA for c074343
app/models/payment.rb
@@ -65,6 +65,9 @@ def request_payment
65
)
66
67
self.trxid = payment.id
68
+
69
+ # The host of this url is `www.mollie.com` so it will redirect to the mollie payment page
70
+ # if this ever chanes, the redirect_uri whitelist in the controller should be updated
71
self.payment_uri = payment._links['checkout']['href']
72
self.status = :in_progress
73
0 commit comments