Loading CHANGELOG.md +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/). ## [Unreleased] ### Fixed - Fix incorrect In-app purchase setup availability checks. ## [1.4.0] - 2017-12-16 ### Changed Loading server/pipeline_purchase.go +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ func (p *pipeline) convertApplePurchase(purchase *TPurchaseValidation_ApplePurch } func (p *pipeline) convertGooglePurchase(purchase *TPurchaseValidation_GooglePurchase) (*iap.GooglePurchase, error) { if p.purchaseService.AppleClient == nil { if p.purchaseService.GoogleClient == nil { return nil, errors.New("Google in-app purchase environment is not setup.") } Loading Loading
CHANGELOG.md +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/). ## [Unreleased] ### Fixed - Fix incorrect In-app purchase setup availability checks. ## [1.4.0] - 2017-12-16 ### Changed Loading
server/pipeline_purchase.go +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ func (p *pipeline) convertApplePurchase(purchase *TPurchaseValidation_ApplePurch } func (p *pipeline) convertGooglePurchase(purchase *TPurchaseValidation_GooglePurchase) (*iap.GooglePurchase, error) { if p.purchaseService.AppleClient == nil { if p.purchaseService.GoogleClient == nil { return nil, errors.New("Google in-app purchase environment is not setup.") } Loading