collab: Update Stripe customer email before checkout (#32669)
Release Notes: - N/A
This commit is contained in:
parent
783412fa1d
commit
dfa7ed55be
6 changed files with 66 additions and 6 deletions
|
@ -50,6 +50,10 @@ impl StripeBilling {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn client(&self) -> &Arc<dyn StripeClient> {
|
||||
&self.client
|
||||
}
|
||||
|
||||
pub async fn initialize(&self) -> Result<()> {
|
||||
log::info!("StripeBilling: initializing");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue