|
|
|
|
|
by steveklabnik
5602 days ago
|
|
Yep, after all the tests run. I'm sure you have good test coverage on your payment stuff, right? Besides, you should have your calls to your payment processor both abstracted and logged, so switching processors shouldn't change the way your application files payments. And you can review the logs to make sure things are still working, too. Which you should do anyway, code changes or not. |
|