Skip to content

Commit

Permalink
Merge pull request arlyon#12 from kryptco/master
Browse files Browse the repository at this point in the history
fix subscription plan member "name"
  • Loading branch information
kestred authored Feb 21, 2018
2 parents 03b0372 + 960b803 commit 1bf8104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub struct Plan {
pub interval_count: u64,
pub livemode: bool,
pub metadata: Metadata,
pub name: String,
pub nickname: String,
pub statement_descriptor: Option<String>,
pub trial_period_days: Option<u64>,
}
Expand Down

0 comments on commit 1bf8104

Please sign in to comment.