You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the tests, there are five tests failing:
test_1_auth (__main__.AuthorizationTest) ... FAIL
test_1_retrieve (__main__.CompanyTest) ... ok
test_1_create (__main__.ContactTest) ... ok
test_1_create (__main__.CouponTest) ... ok
test_2_find (__main__.CouponTest) ... ok
test_3_update (__main__.CouponTest) ... ok
test_4_delete (__main__.CouponTest) ... ok
test_1_check (__main__.NotificationTest) ... ok
test_1_create (__main__.OptionTest) ... ok
test_2_find (__main__.OptionTest) ... ok
test_3_update (__main__.OptionTest) ... ok
test_4_delete (__main__.OptionTest) ... ok
test_5_list (__main__.OptionTest) ... ok
test_1_check (__main__.PassbackTest) ... ok
test_1_pending (__main__.PaymentTest) ... FAIL
test_2_list (__main__.PaymentTest) ... ok
test_1_create (__main__.ProductTest) ... ok
test_2_find (__main__.ProductTest) ... ok
test_3_update (__main__.ProductTest) ... ok
test_4_delete (__main__.ProductTest) ... ok
test_5_list (__main__.ProductTest) ... ok
test_1_find_sale (__main__.SaleTest) ... ok
test_2_list_sale (__main__.SaleTest) ... ok
test_3_refund_sale (__main__.SaleTest) ... FAIL
test_4_refund_invoice (__main__.SaleTest) ... FAIL
test_5_refund_lineitem (__main__.SaleTest) ... FAIL
test_6_stop_sale (__main__.SaleTest) ... ok
test_7_comment (__main__.SaleTest) ... ok
test_7_stop_invoice (__main__.SaleTest) ... ok
test_8_ship (__main__.SaleTest) ... ok
test_9_reauth (__main__.SaleTest) ... ok
The text was updated successfully, but these errors were encountered:
When running the tests, there are five tests failing:
The text was updated successfully, but these errors were encountered: