sdk_php
sdk_php copied to clipboard
Payment creation expects Pointer instead of LabelMonetaryAccount
Steps to reproduce:
- Create a payment using
Payment::createor its constructor
What should happen:
- The
counterPartyAliasargument should accept aLabelMonetaryAccountobject
What happens:
- Only a Pointer object is accepted.
It is currently impossible to create a Transferwise payment using the SDK as a Pointer can not hold the information a LabelMonetaryAccount can.