5 ms·
This is one of those moments where good programming architecture and integration testing becomes obviously useful. We have a payment gateway interface and the t
by treeface 12y ago
This is one of those moments where good programming architecture and integration testing becomes obviously useful. We have a payment gateway interface and the transition to Stripe will be relatively painless after accounting for some accounting differences in how fees are charged.
- santiagobasulto 12y agoTotally true. We didn't do a great job in this case. At the end, programming can be summarized in two words: interfaces and abstractions.
- deleted 12y ago[deleted]
- chrischen 12y agoI agree, it really shouldn't be that painful, unless you hardcoded balanced API calls everywhere and have no abstractions at all.