You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a typo in the bunq\Model\Generated\Endpoint\SchedulePayment class. It has the constant const OBJECT_TYPE = 'SchedulePayment'; while the API returns an object of type ScheduledPayment. When I change the constant to this, it works fine.
There is a typo in the
bunq\Model\Generated\Endpoint\SchedulePayment
class. It has the constantconst OBJECT_TYPE = 'SchedulePayment';
while the API returns an object of typeScheduledPayment
. When I change the constant to this, it works fine.Steps to reproduce:
What should happen:
What happens:
PHP Notice: Undefined index: SchedulePayment in /Users/mathijs/Code/bunqapibouwsel/vendor/bunq/sdk_php/src/Model/Core/BunqModel.php on line 115
Extra info:
Reference
The text was updated successfully, but these errors were encountered: