Skip to content

Commit

Permalink
Merge pull request #27 from isunnapud/feature-12.24
Browse files Browse the repository at this point in the history
added enum value for businessIndicator
  • Loading branch information
VantivSDK committed Apr 5, 2022
2 parents e76d5c4 + 5c3f475 commit 19d1f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def test_simple_auth_business_indicator(self):
authorization.amount = 106
authorization.orderSource = 'ecommerce'
authorization.id = 'thisisid'
authorization.businessIndicator = 'consumerBillPayment'
authorization.businessIndicator = 'buyOnlinePickUpInStore'

card = fields.cardType()
card.number = '4100000000000000'
Expand Down

0 comments on commit 19d1f74

Please sign in to comment.