setSuccessResponse method

void setSuccessResponse(
  1. LokotroPayOnResponse response
)

Set success response with real payment data

Implementation

void setSuccessResponse(LokotroPayOnResponse response) {
  _successResponse = response;
}