apiV2CustomerStripePaymentCallbackCreate method

Future<void> apiV2CustomerStripePaymentCallbackCreate()

Implementation

Future<void> apiV2CustomerStripePaymentCallbackCreate() async {
  final response = await apiV2CustomerStripePaymentCallbackCreateWithHttpInfo();
  if (response.statusCode >= HttpStatus.badRequest) {
    throw ApiException(response.statusCode, await _decodeBodyBytes(response));
  }
}