Open dparker1005 opened 4 years ago
Currently, child accounts will have access even if the parent account's order is pending (ex. if paying by check). Expected behavior is that the child account would not have access until the payment is accepted.
Gist here as a workaround: https://gist.github.com/dparker1005/fb2641f0539e97fa1e8a77eaacab00c7
Another issue is that child accounts are not created at checkout when Pay By Check option is selected, to test this set the attribute:
'sponsored_accounts_at_checkout' => true, in your Sponsored Members code.
'sponsored_accounts_at_checkout' => true,
Currently, child accounts will have access even if the parent account's order is pending (ex. if paying by check). Expected behavior is that the child account would not have access until the payment is accepted.
Gist here as a workaround: https://gist.github.com/dparker1005/fb2641f0539e97fa1e8a77eaacab00c7