| 23 | | var platnosc = _testDataHelper.CreateNewPayment(123, true, DateTime.Now, 1); |
| 24 | | repPayment.Insert(platnosc); |
| 25 | | |
| 26 | | var ecarddata = new MerchantHelper(repPayment); |
| 27 | | |
| 28 | | var merchant = new Merchant |
| 29 | | { |
| 30 | | Payment = platnosc, |
| 31 | | Id = "171485000", |
| 32 | | Password = "ashSeth2", |
| 33 | | }; |
| | 23 | var payment = _testDataHelper.CreateNewPayment(123, true, DateTime.Now, 1); |
| | 24 | repPayment.Insert(payment); |
| | 25 | |
| | 26 | var ecarddata = new MerchantHelper(repPayment); |
| | 27 | |
| | 28 | var merchant = new Merchant |
| | 29 | { |
| | 30 | Payment = payment, |
| | 31 | Id = "171485000", |
| | 32 | Password = "ashSeth2", |
| | 33 | }; |
| 78 | | var platnosc = _testDataHelper.CreateNewPayment(123, true, DateTime.Now, 1); |
| 79 | | platnosc.AMOUNT = 229; |
| 80 | | platnosc.CURRENCY = PaymentsUtils.PLN; |
| 81 | | |
| 82 | | repPayment.Insert(platnosc); |
| 83 | | |
| 84 | | var ecarddata = new MerchantHelper(repPayment); |
| 85 | | |
| 86 | | var merchant = new Merchant |
| 87 | | { |
| 88 | | Payment = platnosc, |
| | 78 | var payment = _testDataHelper.CreateNewPayment(123, true, DateTime.Now, 1); |
| | 79 | payment.AMOUNT = 229; |
| | 80 | payment.CURRENCY = PaymentsUtils.PLN; |
| | 81 | |
| | 82 | repPayment.Insert(payment); |
| | 83 | |
| | 84 | var ecarddata = new MerchantHelper(repPayment); |
| | 85 | |
| | 86 | var merchant = new Merchant |
| | 87 | { |
| | 88 | Payment = payment, |
| 106 | | var platnosc = _testDataHelper.CreateNewPayment(123, true, DateTime.Now, 1); |
| 107 | | platnosc.AMOUNT = 0; |
| 108 | | platnosc.CURRENCY = PaymentsUtils.PLN; |
| 109 | | |
| 110 | | repPayment.Insert(platnosc); |
| 111 | | |
| 112 | | var ecarddata = new MerchantHelper(repPayment); |
| 113 | | |
| 114 | | var merchant = new Merchant |
| 115 | | { |
| 116 | | Payment = platnosc, |
| | 106 | var payment = _testDataHelper.CreateNewPayment(123, true, DateTime.Now, 1); |
| | 107 | payment.AMOUNT = 0; |
| | 108 | payment.CURRENCY = PaymentsUtils.PLN; |
| | 109 | |
| | 110 | repPayment.Insert(payment); |
| | 111 | |
| | 112 | var ecarddata = new MerchantHelper(repPayment); |
| | 113 | |
| | 114 | var merchant = new Merchant |
| | 115 | { |
| | 116 | Payment = payment, |
| 134 | | var platnosc = _testDataHelper.CreateNewPayment(123, true, DateTime.Now, 1); |
| 135 | | platnosc.AMOUNT = 229; |
| 136 | | platnosc.CURRENCY = PaymentsUtils.PLN; |
| 137 | | |
| 138 | | repPayment.Insert(platnosc); |
| 139 | | |
| 140 | | var ecarddata = new MerchantHelper(repPayment); |
| 141 | | |
| 142 | | var merchant = new Merchant |
| 143 | | { |
| 144 | | Payment = platnosc, |
| | 134 | var payment = _testDataHelper.CreateNewPayment(123, true, DateTime.Now, 1); |
| | 135 | payment.AMOUNT = 229; |
| | 136 | payment.CURRENCY = PaymentsUtils.PLN; |
| | 137 | |
| | 138 | repPayment.Insert(payment); |
| | 139 | |
| | 140 | var ecarddata = new MerchantHelper(repPayment); |
| | 141 | |
| | 142 | var merchant = new Merchant |
| | 143 | { |
| | 144 | Payment = payment, |
| 162 | | var platnosc = _testDataHelper.CreateNewPayment(123, true, DateTime.Now, 1); |
| 163 | | platnosc.AMOUNT = 11; |
| 164 | | platnosc.CURRENCY = PaymentsUtils.PLN; |
| 165 | | |
| 166 | | repPayment.Insert(platnosc); |
| 167 | | |
| 168 | | var ecarddata = new MerchantHelper(repPayment); |
| 169 | | |
| 170 | | var merchant = new Merchant |
| 171 | | { |
| 172 | | Payment = platnosc, |
| | 162 | var payment = _testDataHelper.CreateNewPayment(123, true, DateTime.Now, 1); |
| | 163 | payment.AMOUNT = 11; |
| | 164 | payment.CURRENCY = PaymentsUtils.PLN; |
| | 165 | |
| | 166 | repPayment.Insert(payment); |
| | 167 | |
| | 168 | var ecarddata = new MerchantHelper(repPayment); |
| | 169 | |
| | 170 | var merchant = new Merchant |
| | 171 | { |
| | 172 | Payment = payment, |