Skip to content

Conversation

@SniffleSneeze
Copy link
Contributor

@SniffleSneeze SniffleSneeze commented Aug 7, 2025

Note

Bugfix - add missing % in service the yaml that was stoping the variable from being properly loaded
Feat - Throw a throwAndroidServiceException when geting AuthConfig
fix - PHPCS


image

Copy link
Contributor

@krzysztofchadynka krzysztofchadynka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - only two little suggestions

* @throws AndroidServiceException|JsonException
* @link https://developers.google.com/android-publisher/api-ref/rest/v3/purchases.subscriptionsv2 Purchases.subscriptionsV2
* */
* @phpcs:enable
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think only @link part needs to be excluded from phpcs checking - am I right? If so, change it please:

/**
* @phpcs:disable Generic.Files.LineLength.TooLong
* @link https://developers.google.com/android-publisher/api-ref/rest/v3/purchases.subscriptionsv2 Purchases.subscriptionsV2
* @phpcs:enable
*@throws AndroidServiceException|JsonException
*/

* @phpcs:disable Generic.Files.LineLength.TooLong
* @throws AndroidServiceException|JsonException
* @link https://developers.google.com/android-publisher/api-ref/rest/v3/monetization.subscriptions Monetization.subscriptions
* @phpcs:enable
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question as above? ;)

@SniffleSneeze SniffleSneeze self-assigned this Aug 7, 2025
@SniffleSneeze SniffleSneeze changed the title fix: bug fix within services.yaml, PHPCS & add throwAndroidServiceExc… feature/v1.0.3 Aug 7, 2025
@SniffleSneeze SniffleSneeze requested a review from MKJSmith August 7, 2025 12:05
@SniffleSneeze SniffleSneeze merged commit 2ee3492 into main Aug 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants