awesomemotive / easy-digital-downloads

Sell digital downloads through WordPress
https://easydigitaldownloads.com
GNU General Public License v2.0
863 stars 474 forks source link

update the param type to include EDD\Orders\Order #9730

Open matt-h opened 1 month ago

matt-h commented 1 month ago

Update the param type to include EDD\Orders\Order everywhere you can pass the Order object to the function

Fixes dev tooling complaining about passing the wrong type to the functions when passing an order object instead.