Skip to content

Commit 19d1f74

Browse files
authored
Merge pull request #27 from isunnapud/feature-12.24
added enum value for businessIndicator
2 parents e76d5c4 + 5c3f475 commit 19d1f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/test_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ def test_simple_auth_business_indicator(self):
496496
authorization.amount = 106
497497
authorization.orderSource = 'ecommerce'
498498
authorization.id = 'thisisid'
499-
authorization.businessIndicator = 'consumerBillPayment'
499+
authorization.businessIndicator = 'buyOnlinePickUpInStore'
500500

501501
card = fields.cardType()
502502
card.number = '4100000000000000'

0 commit comments

Comments
 (0)