mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
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:
parent
767d3b3dd4
commit
4e60c631ae
@ -73,7 +73,7 @@ import { Injectable } from '@angular/core';
|
||||
|
||||
export interface IAPProductOptions {
|
||||
id: string;
|
||||
alias: string;
|
||||
alias?: string;
|
||||
type: string;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user