kyledecot / app_store_connect

A Ruby interface to the App Store Connect API
https://rubygems.org/gems/app_store_connect
MIT License
54 stars 28 forks source link

Manage In-App Purchase Localizations and Price Points #133

Closed tmarkanov closed 1 year ago

kyledecot commented 1 year ago

Thanks for your continued contributions to this repo 🎉 I'm wondering if you could split this PR into two separate PRs. One for the added endpoints and the other for the addition of the included logic. I say this because I'd like to merge in the former and then provide some feedback on the latter.

Thanks again 💯

tmarkanov commented 1 year ago

Thanks for your continued contributions to this repo 🎉 I'm wondering if you could split this PR into two separate PRs. One for the added endpoints and the other for the addition of the included logic. I say this because I'd like to merge in the former and then provide some feedback on the latter.

Thanks again 💯

We separated the inclusion code into a new PR.