Skip to content

Commit

Permalink
fix(in-app-purchase2): Registering a product with an alias is now opt…
Browse files Browse the repository at this point in the history
  • Loading branch information
tgirgin23 authored and danielsogl committed Apr 7, 2019
1 parent 767d3b3 commit 4e60c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/in-app-purchase-2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import { Injectable } from '@angular/core';

export interface IAPProductOptions {
id: string;
alias: string;
alias?: string;
type: string;
}

Expand Down

0 comments on commit 4e60c63

Please sign in to comment.