sorry, probably a little confusing question.
Yes, I use the pmpro_b
prefix for the billing information. Looks like it sets the user_meta stuff just fine.
However, there are also fields in the MemberOrder. They are billing information. I think they get sent when you use a gateway to pay, like paypal.
However, when you import a record and you specify the pmpro_b
fields, it does not update any of the billing information in the order. So, when you go back and look at the orders created, they billing information is blank.
Now, I created an pmp_im_post_member_import
action to go find the last MemberOrder by SubscriptionTransactionID and then update the billing fields of the order by the pmpro_b
fields of the user.
But this would not be needed if this was done when the order is created.
Do you think it makes sense to see if the pmpro_b
fields are provided and if so, update the billing fields of the order?
Thanks,
bill