webfox / laravel-xero-oauth2

A Laravel integration for Xero using the Oauth 2.0 spec
MIT License
50 stars 32 forks source link

BatchPayment delete #30

Closed macorera closed 4 years ago

macorera commented 4 years ago

Hi,

I want to delete batch payment via this package. There is no method to deleteBatchPayment.

hailwood commented 4 years ago

Hi, thanks for using our package and submitting an issue!

It looks like this issue is in relation to a specific usage of the API rather than just connecting to it, This package is simply a bridge that deals with the Oauth connections in a Laravel app. Once you've got the connection up and running you're just using the official framework-agnostic api SDK provided by Xero.

This question would be better suited to ask over on that repository instead!

Good luck!