Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Oct 3, 2023
1 parent e00e4aa commit b8d6608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.InAppBilling/Converters.android.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ internal static InAppBillingProduct ToIAPProduct(this ProductDetails product)
PricingPhases = s?.PricingPhases?.PricingPhaseList?.Select(p =>
new PricingPhase
{
BillingCycleCount = p.,
BillingCycleCount = p.BillingCycleCount,
BillingPeriod = p.BillingPeriod,
FormattedPrice = p.FormattedPrice,
PriceAmountMicros = p.PriceAmountMicros,
Expand Down

0 comments on commit b8d6608

Please sign in to comment.