You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When debugging issues it would be helpful if we had a log of what form/inputs were generated.
Possible approaches:
Add an option to #payment_service_for, ie: payment_service_for(..., log: true) and call Rails.logger
Update #payment_service_for to bubble up an event that can be handled by the host app. ie: ActiveSupport::Notifications.instrument("#{service}.form", html)
The text was updated successfully, but these errors were encountered:
When debugging issues it would be helpful if we had a log of what form/inputs were generated.
Possible approaches:
#payment_service_for
, ie:payment_service_for(..., log: true)
and callRails.logger
#payment_service_for
to bubble up an event that can be handled by the host app. ie:ActiveSupport::Notifications.instrument("#{service}.form", html)
The text was updated successfully, but these errors were encountered: