mollie / laravel-mollie

Mollie API client wrapper for Laravel & Mollie Connect provider for Laravel Socialite
https://www.mollie.com/
MIT License
322 stars 62 forks source link

Added missing endpoints related to Payments, Orders and Shipments #209

Closed wesselperik closed 1 year ago

wesselperik commented 1 year ago

I've discovered several missing endpoints in the API wrapper while I was building new functionality in my application, mainly related to Payments, Orders and Shipments. Added the following functions to the wrapper:

sandervanhooft commented 1 year ago

Thanks @wesselperik !