voltrue2 / in-app-purchase

A Node.js module for in-App-Purchase for iOS, Android, Amazon and Windows.
http://iap.gracenode.org
Other
1.05k stars 289 forks source link

fix: make sure request defaults are passed to GoogleAPI #307

Open ionTea opened 4 years ago

ionTea commented 4 years ago

The GoogleAPI piece of the library ignores the requestDefaults being passed as config. This PR allows GoogleAPI to receive the incoming configs and set the request defaults.