WsdlToPhp / PackageGenerator

Generates a PHP SDK based on a WSDL, simple and powerful, WSDL to PHP
https://providr.io
MIT License
425 stars 73 forks source link

Fixed wrong type for gYearMonth and gMonthDay #293

Closed tbreuss closed 1 year ago

tbreuss commented 1 year ago

This fix should fix #292, all tests were successful.

That gYearMonth must be string instead of a integer can be see here for example: https://www.w3.org/2002/ws/databinding/examples/6/09/GYearMonthAttribute/

mikaelcom commented 1 year ago

Could you also change gMonthDay? Thanks

tbreuss commented 1 year ago

Could you also change gMonthDay? Thanks

Fixed with 25ca60b6516d6e64b207b68bc45778c823b22577, all tests in dev environment were successful.