vienthuong / shopware-php-sdk

A PHP SDK for Shopware 6 Admin API
MIT License
112 stars 44 forks source link

Typo in AdminActionService for HTTP (patch) method validation #13

Closed fkwakkenbos closed 3 years ago

fkwakkenbos commented 3 years ago

See line 15 in: https://github.com/vienthuong/shopware-php-sdk/blob/master/src/Service/AdminActionService.php

Method validation should contain "patch" as an option.

vienthuong commented 3 years ago

Thanks for contributing 😄