mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +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 {
|
export interface IAPProductOptions {
|
||||||
id: string;
|
id: string;
|
||||||
alias: string;
|
alias?: string;
|
||||||
type: string;
|
type: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user