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
is written to make a payment to an email address 👍.
Based on the error message you're getting I'm guessing that you tried to make a payment to an IBAN. In this case you must set the pointer name by doing the following:
var pointer = new Pointer("The IBAN nr", "IBAN");
pointer.Name = "The name of the receiver";
Because this is not an actual bug, ill close this issue. Feel free to comment nevertheless 🌈.
Steps to reproduce:
Follow payment sample
What should happen:
should work just fine
What happens:
Extra info:
Adding a name parameter to the constructor would fix it, sample should be rewritten to accommodate the new parameter.
see #53
The text was updated successfully, but these errors were encountered: