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
According to this docs: https://developers.paymill.com/guides/reference/address-data, it shold be possible to attach a billing address to a transaction but so far it raises ArgumentError whenever I try it. If I remove the billing_address, the transaction can be created as expected. The code I've been testing is something like this:
Thanks for your request. As this feature is quite new, we were not able yet to update all wrappers to support it. The Ruby wrapper unfortunately is one of them but will be updated soon. If it's urgent feel free to fork the project.
According to this docs: https://developers.paymill.com/guides/reference/address-data, it shold be possible to attach a billing address to a transaction but so far it raises
ArgumentError
whenever I try it. If I remove thebilling_address
, the transaction can be created as expected. The code I've been testing is something like this:The text was updated successfully, but these errors were encountered: