forked from github/awesome-cordova-plugins
fix(in-app-purchase2): Registering a product with an alias is now optional (#2946)
According to the documentation, alias is optional https://github.com/j3k0/cordova-plugin-purchase/blob/master/doc/api.md#storeregisterproduct
This commit is contained in:
committed by
Daniel Sogl
parent
767d3b3dd4
commit
4e60c631ae
@@ -73,7 +73,7 @@ import { Injectable } from '@angular/core';
|
||||
|
||||
export interface IAPProductOptions {
|
||||
id: string;
|
||||
alias: string;
|
||||
alias?: string;
|
||||
type: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user