-
Notifications
You must be signed in to change notification settings - Fork 321
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
Conversation
* Add custom id for invoice id
Co-authored-by: StyleCI Bot <[email protected]>
Signed-off-by: Raza Mehdi <[email protected]>
Signed-off-by: Raza Mehdi <[email protected]>
/** @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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 ReportAttention: Patch coverage is
❗ 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. |
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
No description provided.