bunq / sdk_php

PHP SDK for bunq API
MIT License
84 stars 54 forks source link

TransferwiseTransfer property on EventObject is not populated #176

Closed dorxy closed 5 years ago

dorxy commented 5 years ago

Steps to reproduce:

  1. Fetch an event related to a Transferwise transfer

What should happen:

  1. The transferwiseTransfer property of the EventObject should contain a TransferwiseTransfer

What happens:

  1. It is not populated, as the API returns a property called TransferwisePayment

Note: I'm using the sandbox environment to test this

basst85 commented 5 years ago

I can also simulate this in sandbox and production.
The object type in the Event response is indeed TransferwisePayment and not TransferwiseTransfer

lexym commented 5 years ago

Fixed!