Closed oyeb closed 6 years ago
Integration tests must test each request's life; for example, there should be a test for these:
authorize
capture
refund
void
Currently, only authorize and purchase have been covered.
purchase
Integration tests must test each request's life; for example, there should be a test for these:
authorize
->capture
->refund
authorize
->void
Currently, only
authorize
andpurchase
have been covered.