Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3 v2 #644

Merged
merged 31 commits into from
Jun 19, 2024
Merged

V3 v2 #644

merged 31 commits into from
Jun 19, 2024

Conversation

srmklive
Copy link
Owner

No description provided.

/** @test */
public function it_can_update_pricing_schemes_for_a_billing_plan()
#[Test]
public function it_can_update_pricing_schemes_for_a_billing_plan(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterBillingPlansPricingHelpersTest::it_can_update_pricing_schemes_for_a_billing_plan is not in camel caps format

/** @test */
public function it_can_set_custom_limits_when_listing_billing_plans()
#[Test]
public function it_can_set_custom_limits_when_listing_billing_plans(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterBillingPlansPricingHelpersTest::it_can_set_custom_limits_when_listing_billing_plans is not in camel caps format

/** @test */
public function it_can_escalate_dispute_claim()
#[Test]
public function it_can_escalate_dispute_claim(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterFeatureTest::it_can_escalate_dispute_claim is not in camel caps format

/** @test */
public function it_can_accept_dispute_claim()
#[Test]
public function it_can_accept_dispute_claim(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterFeatureTest::it_can_accept_dispute_claim is not in camel caps format

/** @test */
public function it_can_accept_dispute_offer_resolution()
#[Test]
public function it_can_accept_dispute_offer_resolution(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterFeatureTest::it_can_accept_dispute_offer_resolution is not in camel caps format

/** @test */
public function it_can_update_dispute_status()
#[Test]
public function it_can_update_dispute_status(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterFeatureTest::it_can_update_dispute_status is not in camel caps format

/** @test */
public function it_can_settle_dispute()
#[Test]
public function it_can_settle_dispute(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterFeatureTest::it_can_settle_dispute is not in camel caps format

/** @test */
public function it_can_decline_dispute_offer_resolution()
#[Test]
public function it_can_decline_dispute_offer_resolution(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterFeatureTest::it_can_decline_dispute_offer_resolution is not in camel caps format

/** @test */
public function it_can_generate_unique_invoice_number()
#[Test]
public function it_can_generate_unique_invoice_number(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterFeatureTest::it_can_generate_unique_invoice_number is not in camel caps format

/** @test */
public function it_can_create_a_draft_invoice()
#[Test]
public function it_can_create_a_draft_invoice(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterFeatureTest::it_can_create_a_draft_invoice is not in camel caps format

/** @test */
public function it_can_list_invoices()
#[Test]
public function it_can_list_invoices(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterFeatureTest::it_can_list_invoices is not in camel caps format

/** @test */
public function it_can_delete_an_invoice()
#[Test]
public function it_can_delete_an_invoice(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterFeatureTest::it_can_delete_an_invoice is not in camel caps format

/** @test */
public function it_can_update_an_invoice()
#[Test]
public function it_can_update_an_invoice(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterFeatureTest::it_can_update_an_invoice is not in camel caps format

/** @test */
public function it_can_show_details_for_an_invoice()
#[Test]
public function it_can_show_details_for_an_invoice(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterFeatureTest::it_can_show_details_for_an_invoice is not in camel caps format

@@ -488,7 +534,7 @@ public function it_can_add_setup_fees_when_creating_subscription()
}

/** @test */
public function it_can_add_shipping_address_when_creating_subscription()
public function it_can_add_shipping_address_when_creating_subscription(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterCreateSubscriptionHelpersTest::it_can_add_shipping_address_when_creating_subscription is not in camel caps format

@@ -515,7 +561,7 @@ public function it_can_add_shipping_address_when_creating_subscription()
}

/** @test */
public function it_can_add_custom_payment_failure_threshold_value_when_creating_subscription()
public function it_can_add_custom_payment_failure_threshold_value_when_creating_subscription(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterCreateSubscriptionHelpersTest::it_can_add_custom_payment_failure_threshold_value_when_creating_subscription is not in camel caps format

@@ -543,7 +589,7 @@ public function it_can_add_custom_payment_failure_threshold_value_when_creating_
}

/** @test */
public function it_can_set_tax_percentage_when_creating_subscription()
public function it_can_set_tax_percentage_when_creating_subscription(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterCreateSubscriptionHelpersTest::it_can_set_tax_percentage_when_creating_subscription is not in camel caps format

@@ -569,4 +615,45 @@ public function it_can_set_tax_percentage_when_creating_subscription()
$this->assertArrayHasKey('id', $response);
$this->assertArrayHasKey('plan_id', $response);
}

/** @test */
public function it_can_create_a_subscription_with_fixed_installments(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterCreateSubscriptionHelpersTest::it_can_create_a_subscription_with_fixed_installments is not in camel caps format

Signed-off-by: Raza Mehdi <[email protected]>
@@ -488,7 +534,7 @@ public function it_can_add_setup_fees_when_creating_subscription()
}

/** @test */
public function it_can_add_shipping_address_when_creating_subscription()
public function it_can_add_shipping_address_when_creating_subscription(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterCreateSubscriptionHelpersTest::it_can_add_shipping_address_when_creating_subscription is not in camel caps format

@@ -515,7 +561,7 @@ public function it_can_add_shipping_address_when_creating_subscription()
}

/** @test */
public function it_can_add_custom_payment_failure_threshold_value_when_creating_subscription()
public function it_can_add_custom_payment_failure_threshold_value_when_creating_subscription(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterCreateSubscriptionHelpersTest::it_can_add_custom_payment_failure_threshold_value_when_creating_subscription is not in camel caps format

@@ -543,7 +589,7 @@ public function it_can_add_custom_payment_failure_threshold_value_when_creating_
}

/** @test */
public function it_can_set_tax_percentage_when_creating_subscription()
public function it_can_set_tax_percentage_when_creating_subscription(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterCreateSubscriptionHelpersTest::it_can_set_tax_percentage_when_creating_subscription is not in camel caps format

@@ -569,4 +615,45 @@ public function it_can_set_tax_percentage_when_creating_subscription()
$this->assertArrayHasKey('id', $response);
$this->assertArrayHasKey('plan_id', $response);
}

/** @test */
public function it_can_create_a_subscription_with_fixed_installments(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterCreateSubscriptionHelpersTest::it_can_create_a_subscription_with_fixed_installments is not in camel caps format

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 92.98246% with 4 lines in your changes missing coverage. Please review.

Please upload report for BASE (v2.0@dabed36). Learn more about missing BASE report.

Files Patch % Lines
src/Traits/PayPalAPI/Subscriptions/Helpers.php 90.69% 4 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             v2.0     #644   +/-   ##
=======================================
  Coverage        ?   96.38%           
  Complexity      ?      276           
=======================================
  Files           ?       35           
  Lines           ?     1051           
  Branches        ?        0           
=======================================
  Hits            ?     1013           
  Misses          ?       38           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Raza Mehdi <[email protected]>
@@ -488,7 +534,7 @@ public function it_can_add_setup_fees_when_creating_subscription()
}

/** @test */
public function it_can_add_shipping_address_when_creating_subscription()
public function it_can_add_shipping_address_when_creating_subscription(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterCreateSubscriptionHelpersTest::it_can_add_shipping_address_when_creating_subscription is not in camel caps format

@@ -515,7 +561,7 @@ public function it_can_add_shipping_address_when_creating_subscription()
}

/** @test */
public function it_can_add_custom_payment_failure_threshold_value_when_creating_subscription()
public function it_can_add_custom_payment_failure_threshold_value_when_creating_subscription(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterCreateSubscriptionHelpersTest::it_can_add_custom_payment_failure_threshold_value_when_creating_subscription is not in camel caps format

@@ -543,7 +589,7 @@ public function it_can_add_custom_payment_failure_threshold_value_when_creating_
}

/** @test */
public function it_can_set_tax_percentage_when_creating_subscription()
public function it_can_set_tax_percentage_when_creating_subscription(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterCreateSubscriptionHelpersTest::it_can_set_tax_percentage_when_creating_subscription is not in camel caps format

@@ -569,4 +615,45 @@ public function it_can_set_tax_percentage_when_creating_subscription()
$this->assertArrayHasKey('id', $response);
$this->assertArrayHasKey('plan_id', $response);
}

/** @test */
public function it_can_create_a_subscription_with_fixed_installments(): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name AdapterCreateSubscriptionHelpersTest::it_can_create_a_subscription_with_fixed_installments is not in camel caps format

@srmklive srmklive merged commit 2d03a87 into v2.0 Jun 19, 2024
21 of 27 checks passed
@srmklive srmklive deleted the v3-v2 branch June 19, 2024 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants