Closed xseman closed 3 weeks ago
@abhishekpaturkar I was thinking about simplifying the data build for the encode function, but now I believe using helper functions like createPaymentOrder()
for PaymentOrder
, StandingOrder
and DirectDebit
might be better. I'm still not completely sure, though.
By using these helper functions you mentioned, we can simplify serialize
function and make it more clean.
Implemented by https://github.com/xseman/bysquare/pull/48
any description ?