Skip to content

Commit

Permalink
Merge pull request #38 from aarashy/main
Browse files Browse the repository at this point in the history
Add 'portal_url' to Orb customer object
  • Loading branch information
benesch authored Mar 14, 2024
2 parents eb761c9 + 292852d commit ba21d0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/customers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ pub struct Customer {
/// The time at which the customer was created.
#[serde(with = "time::serde::rfc3339")]
pub created_at: OffsetDateTime,
/// An authenticated URL link to the customer's private Orb dashboard portal.
pub portal_url: Option<String>,
}

/// A payment provider.
Expand Down

0 comments on commit ba21d0b

Please sign in to comment.