adorsys / xs2a

Open Source NextGenPSD2 XS2A Implementation from adorsys.
https://adorsys.com/en/products/
GNU Affero General Public License v3.0
132 stars 62 forks source link

Refactored *SinglePayments into *SinglePayment #10

Closed keilw closed 6 years ago

keilw commented 6 years ago

Now the change is actually more consequent. Not only the two classes, but all adequate references or local member variables were also refactored accordingly. The only place where "singlePayments" IMO is still valid are the HTTP/REST methods, these can cover multiple payments, but the Entity/POJO class only represents one payment.

I hope you can handle this soon enough to avoid merge conflicts...