sdk_php
sdk_php copied to clipboard
Payment creation expects Pointer instead of LabelMonetaryAccount
Steps to reproduce:
- Create a payment using
Payment::create
or its constructor
What should happen:
- The
counterPartyAlias
argument should accept aLabelMonetaryAccount
object
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.