Skip to content

[DE-874] Release 4.0.0 #403

[DE-874] Release 4.0.0

[DE-874] Release 4.0.0 #403

GitHub Actions / Test Report failed Jun 25, 2024 in 0s

639 tests run, 0 skipped, 5 failed.

Annotations

Check failure on line 172 in tests/src/test/java/com/maxio/advancedbilling/controllers/invoices/InvoicesControllerRefundInvoiceTest.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

InvoicesControllerRefundInvoiceTest.shouldRefundSpecificSegmentOfConsolidatedInvoice

timeout
Raw output
java.io.InterruptedIOException: timeout
	at okhttp3.internal.connection.RealCall.timeoutExit(RealCall.kt:398)
	at okhttp3.internal.connection.RealCall.callDone(RealCall.kt:360)
	at okhttp3.internal.connection.RealCall.noMoreExchanges$okhttp(RealCall.kt:325)
	at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:209)
	at okhttp3.internal.connection.RealCall.execute(RealCall.kt:154)
	at io.apimatic.okhttpclient.adapter.OkClient.execute(OkClient.java:247)
	at io.apimatic.core.ApiCall.execute(ApiCall.java:76)
	at com.maxio.advancedbilling.controllers.SubscriptionGroupsController.signupWithSubscriptionGroup(SubscriptionGroupsController.java:66)
	at com.maxio.advancedbilling.utils.TestSetup.signupWithSubscriptionGroup(TestSetup.java:468)
	at com.maxio.advancedbilling.controllers.invoices.InvoicesControllerRefundInvoiceTest.shouldRefundSpecificSegmentOfConsolidatedInvoice(InvoicesControllerRefundInvoiceTest.java:172)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.io.IOException: Canceled
	at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:72)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
	at io.apimatic.okhttpclient.adapter.interceptors.HttpRedirectInterceptor.intercept(HttpRedirectInterceptor.java:56)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
	at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
	... 9 more

Check failure on line 127 in tests/src/test/java/com/maxio/advancedbilling/controllers/invoices/InvoicesControllerRefundInvoiceTest.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

InvoicesControllerRefundInvoiceTest.shouldRefundConsolidatedInvoice

timeout
Raw output
java.io.InterruptedIOException: timeout
	at okhttp3.internal.connection.RealCall.timeoutExit(RealCall.kt:398)
	at okhttp3.internal.connection.RealCall.callDone(RealCall.kt:360)
	at okhttp3.internal.connection.RealCall.noMoreExchanges$okhttp(RealCall.kt:325)
	at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:209)
	at okhttp3.internal.connection.RealCall.execute(RealCall.kt:154)
	at io.apimatic.okhttpclient.adapter.OkClient.execute(OkClient.java:247)
	at io.apimatic.core.ApiCall.execute(ApiCall.java:76)
	at com.maxio.advancedbilling.controllers.SubscriptionGroupsController.signupWithSubscriptionGroup(SubscriptionGroupsController.java:66)
	at com.maxio.advancedbilling.utils.TestSetup.signupWithSubscriptionGroup(TestSetup.java:468)
	at com.maxio.advancedbilling.controllers.invoices.InvoicesControllerRefundInvoiceTest.shouldRefundConsolidatedInvoice(InvoicesControllerRefundInvoiceTest.java:127)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.io.IOException: Canceled
	at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:72)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
	at io.apimatic.okhttpclient.adapter.interceptors.HttpRedirectInterceptor.intercept(HttpRedirectInterceptor.java:56)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
	at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
	... 9 more

Check failure on line 85 in tests/src/test/java/com/maxio/advancedbilling/controllers/invoices/InvoicesControllerRefundInvoiceTest.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

InvoicesControllerRefundInvoiceTest.

HTTP Response Not OK. Status code: 422. Response: '{errors:[Site data clearing is in progress. Please try later.]}'.
Raw output
com.maxio.advancedbilling.exceptions.ErrorListResponseException: HTTP Response Not OK. Status code: 422. Response: '{errors:[Site data clearing is in progress. Please try later.]}'.
	at com.maxio.advancedbilling.controllers.ProductFamiliesController.lambda$prepareCreateProductFamilyRequest$24(ProductFamiliesController.java:141)
	at io.apimatic.core.ErrorCase.throwException(ErrorCase.java:62)
	at io.apimatic.core.ResponseHandler.throwConfiguredException(ResponseHandler.java:224)
	at io.apimatic.core.ResponseHandler.validateResponse(ResponseHandler.java:207)
	at io.apimatic.core.ResponseHandler.handle(ResponseHandler.java:130)
	at io.apimatic.core.ApiCall.execute(ApiCall.java:79)
	at com.maxio.advancedbilling.controllers.ProductFamiliesController.createProductFamily(ProductFamiliesController.java:113)
	at com.maxio.advancedbilling.utils.TestSetup.createProductFamily(TestSetup.java:97)
	at com.maxio.advancedbilling.controllers.invoices.InvoicesControllerRefundInvoiceTest.setUp(InvoicesControllerRefundInvoiceTest.java:59)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	Suppressed: com.maxio.advancedbilling.exceptions.ApiException: HTTP Response Not OK. Status code: 422. Response: '{errors:[Site data clearing is in progress. Please try later.]}'.
		at com.maxio.advancedbilling.controllers.BaseController.lambda$static$1(BaseController.java:27)
		at io.apimatic.core.ErrorCase.throwException(ErrorCase.java:62)
		at io.apimatic.core.ResponseHandler.validateResponse(ResponseHandler.java:211)
		at io.apimatic.core.ResponseHandler.handle(ResponseHandler.java:130)
		at io.apimatic.core.ApiCall.execute(ApiCall.java:79)
		at com.maxio.advancedbilling.controllers.CustomersController.listCustomerSubscriptions(CustomersController.java:330)
		at com.maxio.advancedbilling.utils.TestTeardown.deleteCustomer(TestTeardown.java:33)
		at com.maxio.advancedbilling.controllers.invoices.InvoicesControllerRefundInvoiceTest.teardown(InvoicesControllerRefundInvoiceTest.java:85)
		at java.base/java.lang.reflect.Method.invoke(Method.java:568)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
		at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1092)
		... 1 more

Check failure on line 48 in tests/src/test/java/com/maxio/advancedbilling/controllers/subscriptioncomponents/SubscriptionComponentsControllerListForSiteTest.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

SubscriptionComponentsControllerListForSiteTest.

HTTP Response Not OK. Status code: 400. Response: '{subscription:{id:76800941,state:active,trial_started_at:null,trial_ended_at:null,activated_at:2024-06-25T11:17:14-04:00,created_at:2024-06-25T11:17:05-04:00,updated_at:2024-06-25T11:17:14-04:00,expires_at:null,balance_in_cents:0,current_period_ends_at:2024-07-25T11:17:05-04:00,next_assessment_at:2024-07-25T11:17:05-04:00,canceled_at:null,cancellation_message:null,next_product_id:null,next_product_handle:null,cancel_at_end_of_period:null,payment_collection_method:automatic,snap_day:null,cancellation_method:null,current_period_started_at:2024-06-25T11:17:05-04:00,previous_state:active,signup_payment_id:1098535983,signup_revenue:370.00,delayed_cancel_at:null,coupon_code:null,total_revenue_in_cents:12750,product_price_in_cents:1250,product_version_number:1,payment_type:credit_card,referral_code:null,coupon_use_count:null,coupon_uses_allowed:null,reason_code:null,automatically_resume_at:null,coupon_codes:[],offer_id:null,payer_id:null,receives_invoice_emails:null,product_price_point_id:3098739,next_product_price_point_id:null,credit_balance_in_cents:0,prepayment_balance_in_cents:0,net_terms:null,stored_credential_transaction_id:null,locale:null,reference:null,currency:USD,on_hold_at:null,scheduled_cancellation_at:null,prepaid_dunning:false,product_price_point_type:default,dunning_communication_delay_enabled:false,dunning_communication_delay_time_zone:null,customer:{id:80711146,first_name:Payer,last_name:Doe,organization:null,email:[email protected],created_at:2024-06-25T11:17:05-04:00,updated_at:2024-06-25T11:17:06-04:00,reference:null,address:Broadway,address_2:null,city:NY,state:null,state_name:null,zip:null,country:null,country_name:null,phone:null,portal_invite_last_sent_at:null,portal_invite_last_accepted_at:null,verified:false,portal_customer_created_at:null,vat_number:null,cc_emails:null,tax_exempt:false,parent_id:null,locale:null},product:{id:6685239,name:My Super Product 3563344023,handle:null,description:null,accounting_code:null,request_credit_card:true,expiration_interval:null,expiration_interval_unit:null,created_at:2024-06-25T11:16:42-04:00,updated_at:2024-06-25T11:24:06-04:00,price_in_cents:1250,interval:1,interval_unit:month,initial_charge_in_cents:null,trial_price_in_cents:null,trial_interval:null,trial_interval_unit:null,archived_at:2024-06-25T11:24:06-04:00,require_credit_card:false,return_params:null,taxable:false,update_return_url:null,tax_code:null,initial_charge_after_trial:false,version_number:1,update_return_params:null,default_product_price_point_id:3098739,request_billing_address:false,require_billing_address:false,require_shipping_address:false,use_site_exchange_rate:true,item_category:null,product_price_point_id:3098739,product_price_point_name:Original,product_price_point_handle:uuid:d9e203d0-1533-013d-d781-0a06e71b1fdb,product_family:{id:2653831,name:Test Product Family 0757258831,description:null,handle:test-product-family-0757258831,accounting_code:null,created_at:2024-06-25T11:16:42-04:00,updated_at:2024-06-25T11:16:42-04:00},public_signup_pages:[]},credit_card:{id:59781545,first_name:Payer,last_name:Doe,masked_card_number:XXXX-XXXX-XXXX-1111,card_type:visa,expiration_month:11,expiration_year:2025,customer_id:80711146,current_vault:bogus,vault_token:1,billing_address:1703 Edsel Road,billing_city:Los Angeles,billing_state:CA,billing_zip:null,billing_country:null,customer_vault_token:null,billing_address_2:null,payment_type:credit_card,disabled:false,site_gateway_setting_id:null,gateway_handle:null},prepaid_configuration:null,group:{uid:grp_bhr599hrypy2y,scheme:1,primary_subscription_id:76800941,primary:true}}}'.
Raw output
com.maxio.advancedbilling.exceptions.ApiException: HTTP Response Not OK. Status code: 400. Response: '{subscription:{id:76800941,state:active,trial_started_at:null,trial_ended_at:null,activated_at:2024-06-25T11:17:14-04:00,created_at:2024-06-25T11:17:05-04:00,updated_at:2024-06-25T11:17:14-04:00,expires_at:null,balance_in_cents:0,current_period_ends_at:2024-07-25T11:17:05-04:00,next_assessment_at:2024-07-25T11:17:05-04:00,canceled_at:null,cancellation_message:null,next_product_id:null,next_product_handle:null,cancel_at_end_of_period:null,payment_collection_method:automatic,snap_day:null,cancellation_method:null,current_period_started_at:2024-06-25T11:17:05-04:00,previous_state:active,signup_payment_id:1098535983,signup_revenue:370.00,delayed_cancel_at:null,coupon_code:null,total_revenue_in_cents:12750,product_price_in_cents:1250,product_version_number:1,payment_type:credit_card,referral_code:null,coupon_use_count:null,coupon_uses_allowed:null,reason_code:null,automatically_resume_at:null,coupon_codes:[],offer_id:null,payer_id:null,receives_invoice_emails:null,product_price_point_id:3098739,next_product_price_point_id:null,credit_balance_in_cents:0,prepayment_balance_in_cents:0,net_terms:null,stored_credential_transaction_id:null,locale:null,reference:null,currency:USD,on_hold_at:null,scheduled_cancellation_at:null,prepaid_dunning:false,product_price_point_type:default,dunning_communication_delay_enabled:false,dunning_communication_delay_time_zone:null,customer:{id:80711146,first_name:Payer,last_name:Doe,organization:null,email:[email protected],created_at:2024-06-25T11:17:05-04:00,updated_at:2024-06-25T11:17:06-04:00,reference:null,address:Broadway,address_2:null,city:NY,state:null,state_name:null,zip:null,country:null,country_name:null,phone:null,portal_invite_last_sent_at:null,portal_invite_last_accepted_at:null,verified:false,portal_customer_created_at:null,vat_number:null,cc_emails:null,tax_exempt:false,parent_id:null,locale:null},product:{id:6685239,name:My Super Product 3563344023,handle:null,description:null,accounting_code:null,request_credit_card:true,expiration_interval:null,expiration_interval_unit:null,created_at:2024-06-25T11:16:42-04:00,updated_at:2024-06-25T11:24:06-04:00,price_in_cents:1250,interval:1,interval_unit:month,initial_charge_in_cents:null,trial_price_in_cents:null,trial_interval:null,trial_interval_unit:null,archived_at:2024-06-25T11:24:06-04:00,require_credit_card:false,return_params:null,taxable:false,update_return_url:null,tax_code:null,initial_charge_after_trial:false,version_number:1,update_return_params:null,default_product_price_point_id:3098739,request_billing_address:false,require_billing_address:false,require_shipping_address:false,use_site_exchange_rate:true,item_category:null,product_price_point_id:3098739,product_price_point_name:Original,product_price_point_handle:uuid:d9e203d0-1533-013d-d781-0a06e71b1fdb,product_family:{id:2653831,name:Test Product Family 0757258831,description:null,handle:test-product-family-0757258831,accounting_code:null,created_at:2024-06-25T11:16:42-04:00,updated_at:2024-06-25T11:16:42-04:00},public_signup_pages:[]},credit_card:{id:59781545,first_name:Payer,last_name:Doe,masked_card_number:XXXX-XXXX-XXXX-1111,card_type:visa,expiration_month:11,expiration_year:2025,customer_id:80711146,current_vault:bogus,vault_token:1,billing_address:1703 Edsel Road,billing_city:Los Angeles,billing_state:CA,billing_zip:null,billing_country:null,customer_vault_token:null,billing_address_2:null,payment_type:credit_card,disabled:false,site_gateway_setting_id:null,gateway_handle:null},prepaid_configuration:null,group:{uid:grp_bhr599hrypy2y,scheme:1,primary_subscription_id:76800941,primary:true}}}'.
	at com.maxio.advancedbilling.controllers.BaseController.lambda$static$1(BaseController.java:27)
	at io.apimatic.core.ErrorCase.throwException(ErrorCase.java:62)
	at io.apimatic.core.ResponseHandler.validateResponse(ResponseHandler.java:211)
	at io.apimatic.core.ResponseHandler.handle(ResponseHandler.java:130)
	at io.apimatic.core.ApiCall.execute(ApiCall.java:79)
	at com.maxio.advancedbilling.controllers.SubscriptionsController.purgeSubscription(SubscriptionsController.java:790)
	at com.maxio.advancedbilling.utils.TestTeardown.deleteSubscriptions(TestTeardown.java:55)
	at com.maxio.advancedbilling.controllers.subscriptioncomponents.SubscriptionComponentsControllerListForSiteTest.setup(SubscriptionComponentsControllerListForSiteTest.java:48)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

Check failure on line 65 in tests/src/test/java/com/maxio/advancedbilling/controllers/subscriptions/SubscriptionsControllerListTest.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

SubscriptionsControllerListTest.

HTTP Response Not OK. Status code: 400. Response: '{subscription:{id:76800941,state:active,trial_started_at:null,trial_ended_at:null,activated_at:2024-06-25T11:17:14-04:00,created_at:2024-06-25T11:17:05-04:00,updated_at:2024-06-25T11:17:14-04:00,expires_at:null,balance_in_cents:0,current_period_ends_at:2024-07-25T11:17:05-04:00,next_assessment_at:2024-07-25T11:17:05-04:00,canceled_at:null,cancellation_message:null,next_product_id:null,next_product_handle:null,cancel_at_end_of_period:null,payment_collection_method:automatic,snap_day:null,cancellation_method:null,current_period_started_at:2024-06-25T11:17:05-04:00,previous_state:active,signup_payment_id:1098535983,signup_revenue:370.00,delayed_cancel_at:null,coupon_code:null,total_revenue_in_cents:12750,product_price_in_cents:1250,product_version_number:1,payment_type:credit_card,referral_code:null,coupon_use_count:null,coupon_uses_allowed:null,reason_code:null,automatically_resume_at:null,coupon_codes:[],offer_id:null,payer_id:null,receives_invoice_emails:null,product_price_point_id:3098739,next_product_price_point_id:null,credit_balance_in_cents:0,prepayment_balance_in_cents:0,net_terms:null,stored_credential_transaction_id:null,locale:null,reference:null,currency:USD,on_hold_at:null,scheduled_cancellation_at:null,prepaid_dunning:false,product_price_point_type:default,dunning_communication_delay_enabled:false,dunning_communication_delay_time_zone:null,customer:{id:80711146,first_name:Payer,last_name:Doe,organization:null,email:[email protected],created_at:2024-06-25T11:17:05-04:00,updated_at:2024-06-25T11:17:06-04:00,reference:null,address:Broadway,address_2:null,city:NY,state:null,state_name:null,zip:null,country:null,country_name:null,phone:null,portal_invite_last_sent_at:null,portal_invite_last_accepted_at:null,verified:false,portal_customer_created_at:null,vat_number:null,cc_emails:null,tax_exempt:false,parent_id:null,locale:null},product:{id:6685239,name:My Super Product 3563344023,handle:my-super-product-3563344023,description:null,accounting_code:null,request_credit_card:true,expiration_interval:null,expiration_interval_unit:null,created_at:2024-06-25T11:16:42-04:00,updated_at:2024-06-25T11:16:42-04:00,price_in_cents:1250,interval:1,interval_unit:month,initial_charge_in_cents:null,trial_price_in_cents:null,trial_interval:null,trial_interval_unit:null,archived_at:null,require_credit_card:false,return_params:null,taxable:false,update_return_url:null,tax_code:null,initial_charge_after_trial:false,version_number:1,update_return_params:null,default_product_price_point_id:3098739,request_billing_address:false,require_billing_address:false,require_shipping_address:false,use_site_exchange_rate:true,item_category:null,product_price_point_id:3098739,product_price_point_name:Original,product_price_point_handle:uuid:d9e203d0-1533-013d-d781-0a06e71b1fdb,product_family:{id:2653831,name:Test Product Family 0757258831,description:null,handle:test-product-family-0757258831,accounting_code:null,created_at:2024-06-25T11:16:42-04:00,updated_at:2024-06-25T11:16:42-04:00},public_signup_pages:[]},credit_card:{id:59781545,first_name:Payer,last_name:Doe,masked_card_number:XXXX-XXXX-XXXX-1111,card_type:visa,expiration_month:11,expiration_year:2025,customer_id:80711146,current_vault:bogus,vault_token:1,billing_address:1703 Edsel Road,billing_city:Los Angeles,billing_state:CA,billing_zip:null,billing_country:null,customer_vault_token:null,billing_address_2:null,payment_type:credit_card,disabled:false,site_gateway_setting_id:null,gateway_handle:null},prepaid_configuration:null,group:{uid:grp_bhr599hrypy2y,scheme:1,primary_subscription_id:76800941,primary:true}}}'.
Raw output
com.maxio.advancedbilling.exceptions.ApiException: HTTP Response Not OK. Status code: 400. Response: '{subscription:{id:76800941,state:active,trial_started_at:null,trial_ended_at:null,activated_at:2024-06-25T11:17:14-04:00,created_at:2024-06-25T11:17:05-04:00,updated_at:2024-06-25T11:17:14-04:00,expires_at:null,balance_in_cents:0,current_period_ends_at:2024-07-25T11:17:05-04:00,next_assessment_at:2024-07-25T11:17:05-04:00,canceled_at:null,cancellation_message:null,next_product_id:null,next_product_handle:null,cancel_at_end_of_period:null,payment_collection_method:automatic,snap_day:null,cancellation_method:null,current_period_started_at:2024-06-25T11:17:05-04:00,previous_state:active,signup_payment_id:1098535983,signup_revenue:370.00,delayed_cancel_at:null,coupon_code:null,total_revenue_in_cents:12750,product_price_in_cents:1250,product_version_number:1,payment_type:credit_card,referral_code:null,coupon_use_count:null,coupon_uses_allowed:null,reason_code:null,automatically_resume_at:null,coupon_codes:[],offer_id:null,payer_id:null,receives_invoice_emails:null,product_price_point_id:3098739,next_product_price_point_id:null,credit_balance_in_cents:0,prepayment_balance_in_cents:0,net_terms:null,stored_credential_transaction_id:null,locale:null,reference:null,currency:USD,on_hold_at:null,scheduled_cancellation_at:null,prepaid_dunning:false,product_price_point_type:default,dunning_communication_delay_enabled:false,dunning_communication_delay_time_zone:null,customer:{id:80711146,first_name:Payer,last_name:Doe,organization:null,email:[email protected],created_at:2024-06-25T11:17:05-04:00,updated_at:2024-06-25T11:17:06-04:00,reference:null,address:Broadway,address_2:null,city:NY,state:null,state_name:null,zip:null,country:null,country_name:null,phone:null,portal_invite_last_sent_at:null,portal_invite_last_accepted_at:null,verified:false,portal_customer_created_at:null,vat_number:null,cc_emails:null,tax_exempt:false,parent_id:null,locale:null},product:{id:6685239,name:My Super Product 3563344023,handle:my-super-product-3563344023,description:null,accounting_code:null,request_credit_card:true,expiration_interval:null,expiration_interval_unit:null,created_at:2024-06-25T11:16:42-04:00,updated_at:2024-06-25T11:16:42-04:00,price_in_cents:1250,interval:1,interval_unit:month,initial_charge_in_cents:null,trial_price_in_cents:null,trial_interval:null,trial_interval_unit:null,archived_at:null,require_credit_card:false,return_params:null,taxable:false,update_return_url:null,tax_code:null,initial_charge_after_trial:false,version_number:1,update_return_params:null,default_product_price_point_id:3098739,request_billing_address:false,require_billing_address:false,require_shipping_address:false,use_site_exchange_rate:true,item_category:null,product_price_point_id:3098739,product_price_point_name:Original,product_price_point_handle:uuid:d9e203d0-1533-013d-d781-0a06e71b1fdb,product_family:{id:2653831,name:Test Product Family 0757258831,description:null,handle:test-product-family-0757258831,accounting_code:null,created_at:2024-06-25T11:16:42-04:00,updated_at:2024-06-25T11:16:42-04:00},public_signup_pages:[]},credit_card:{id:59781545,first_name:Payer,last_name:Doe,masked_card_number:XXXX-XXXX-XXXX-1111,card_type:visa,expiration_month:11,expiration_year:2025,customer_id:80711146,current_vault:bogus,vault_token:1,billing_address:1703 Edsel Road,billing_city:Los Angeles,billing_state:CA,billing_zip:null,billing_country:null,customer_vault_token:null,billing_address_2:null,payment_type:credit_card,disabled:false,site_gateway_setting_id:null,gateway_handle:null},prepaid_configuration:null,group:{uid:grp_bhr599hrypy2y,scheme:1,primary_subscription_id:76800941,primary:true}}}'.
	at com.maxio.advancedbilling.controllers.BaseController.lambda$static$1(BaseController.java:27)
	at io.apimatic.core.ErrorCase.throwException(ErrorCase.java:62)
	at io.apimatic.core.ResponseHandler.validateResponse(ResponseHandler.java:211)
	at io.apimatic.core.ResponseHandler.handle(ResponseHandler.java:130)
	at io.apimatic.core.ApiCall.execute(ApiCall.java:79)
	at com.maxio.advancedbilling.controllers.SubscriptionsController.purgeSubscription(SubscriptionsController.java:790)
	at com.maxio.advancedbilling.utils.TestTeardown.deleteSubscriptions(TestTeardown.java:55)
	at com.maxio.advancedbilling.controllers.subscriptions.SubscriptionsControllerListTest.setUp(SubscriptionsControllerListTest.java:65)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)