master
Manager Bot 3 years ago
parent 2eedb8114a
commit 679d1927aa
  1. 2
      Web/lib/MJB/Web/Controller/Auth.pm

@ -255,7 +255,7 @@ sub do_register_stripe ( $c ) {
$person->new_related('auth_password', {})->set_password($c->param('password'));
# Create the subscription.
$person->subscription->insert;
$person->create_related('subscription', {});
# Notify the system about the new account.
$c->db->system_notes->create({

Loading…
Cancel
Save