Skip to content

Commit

Permalink
Change use_requested_date_for_billing
Browse files Browse the repository at this point in the history
  • Loading branch information
reshmabidikar committed Sep 9, 2024
1 parent c7c3a7a commit 809f92d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ def test_bp_cancel_default_no_ctd
requested_date = nil
entitlement_policy = nil
billing_policy = nil
use_requested_date_for_billing = nil
use_requested_date_for_billing = false
bp.cancel(@user, nil, nil, requested_date, entitlement_policy, billing_policy, use_requested_date_for_billing, @options)
puts 'Before sleep'
sleep 10
sleep 3
puts 'After sleep'
canceled_bp = get_subscription(bp.subscription_id, @options)
check_subscription(canceled_bp, 'Sports', 'BASE', 'MONTHLY', 'DEFAULT', DEFAULT_KB_INIT_DATE, DEFAULT_KB_INIT_DATE, DEFAULT_KB_INIT_DATE, '2013-08-31')
Expand Down

0 comments on commit 809f92d

Please sign in to comment.