static function Braintree_SubscriptionTestHelper::billingDayOfMonthPlan in Commerce Braintree 7
5 calls to Braintree_SubscriptionTestHelper::billingDayOfMonthPlan()
- Braintree_SubscriptionTest::testCreate_billingDayOfMonthCanBeOverriden in braintree_php/
tests/ integration/ SubscriptionTest.php  - Braintree_SubscriptionTest::testCreate_billingDayOfMonthCanBeOverridenWithStartImmediately in braintree_php/
tests/ integration/ SubscriptionTest.php  - Braintree_SubscriptionTest::testCreate_billingDayOfMonthIsInheritedFromPlan in braintree_php/
tests/ integration/ SubscriptionTest.php  - Braintree_SubscriptionTest::testCreate_firstBillingDateCanBeSet in braintree_php/
tests/ integration/ SubscriptionTest.php  - Braintree_SubscriptionTest::testCreate_firstBillingDateInThePast in braintree_php/
tests/ integration/ SubscriptionTest.php  
File
- braintree_php/
tests/ integration/ SubscriptionTestHelper.php, line 18  
Class
Code
static function billingDayOfMonthPlan() {
  return array(
    'description' => 'Plan for integration tests -- with billing day of month',
    'id' => 'integration_plan_with_billing_day_of_month',
    'numberOfBillingCycles' => 5,
    'price' => '8.88',
    'trial_period' => false,
  );
}