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
In #196 i suggested to store more gateway configuration within each payment / subscription. Maybe we can already take this into account within this issue?
In many places we use config_id like this: $gateway = Plugin::get_gateway( $payment->get_config_id() );. We could also consider to change it to $gateway = $payment->get_gateway():
In #196 i suggested to store more gateway configuration within each payment / subscription. Maybe we can already take this into account within this issue?
@rvdsteege ?
The text was updated successfully, but these errors were encountered: