Skip to content

Commit

Permalink
repeating former fix for all cases
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Dec 9, 2021
1 parent 3fb0a80 commit 06249c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sermepa/sermepa_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_sendingPost_testing(self):
Ds_Merchant_MerchantData = "COBRAMENT QUOTA SOCI",
Ds_Merchant_MerchantName = "SOM ENERGIA, SCCL",
Ds_Merchant_MerchantURL = "https://testing.somenergia.coop:5001/pagament/notificacio",
Ds_Merchant_Order = "20167db2f375",
Ds_Merchant_Order = randhex(nbytes=6), # "20167db2f375",
Ds_Merchant_ProductDescription = "Alta de soci SOMENERGIA",
Ds_Merchant_SumTotal = "10000",
Ds_Merchant_Terminal = "1",
Expand Down Expand Up @@ -210,7 +210,7 @@ def test_sendingPost_testing_invalidSignature(self):
Ds_Merchant_MerchantData = "COBRAMENT QUOTA SOCI",
Ds_Merchant_MerchantName = "SOM ENERGIA, SCCL",
Ds_Merchant_MerchantURL = "https://testing.somenergia.coop:5001/pagament/notificacio",
Ds_Merchant_Order = "20167db2f375",
Ds_Merchant_Order = randhex(nbytes=6), # "20167db2f375",
Ds_Merchant_ProductDescription = "Alta de soci SOMENERGIA",
Ds_Merchant_SumTotal = "10000",
Ds_Merchant_Terminal = "1",
Expand Down

0 comments on commit 06249c7

Please sign in to comment.