react-native-glassfy-module icon indicating copy to clipboard operation
react-native-glassfy-module copied to clipboard

GlassfyTransaction has wrong field for productId

Open a-zen opened this issue 2 years ago • 0 comments

Hi, the GlassfyTransaction has an incorrect definition for the product identifier.

current definition: readonly productIdentifier: String;

response I get from Glassfy.purchaseSku:

{
  //
  "productId": "sku_id"
  //
}

can you please check the definition and update it?

Thank you.

a-zen avatar Jan 03 '24 01:01 a-zen