Changeset 16794
- Timestamp:
- 10 Feb 2022, 11:24:10 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r16781 r16794 350 350 # amount_auth is being ignored. However, the sum of all split payments 351 351 # must coincide with the amount_auth configured in students/utils.py 352 xmldict['amt1'] = 100 * 800353 xmldict['amt2'] = 100 * 1000 354 xmldict['amt3'] = 100 * 500352 xmldict['amt1'] = 100 * 1000 353 xmldict['amt2'] = 100 * 1000 354 xmldict['amt3'] = 100 * 1000 355 355 356 356 xmltext = """<payment_item_detail> … … 366 366 # amount_auth is being ignored. However, the sum of all split payments 367 367 # must coincide with the amount_auth configured in students/utils.py 368 xmldict['amt1'] = 100 * 300369 xmldict['amt2'] = 100 * 500368 xmldict['amt1'] = 100 * 1000 369 xmldict['amt2'] = 100 * 1000 370 370 xmltext = """<payment_item_detail> 371 371 <item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s"> … … 379 379 # amount_auth is being ignored. However, the sum of all split payments 380 380 # must coincide with the amount_auth configured in students/utils.py 381 xmldict['amt1'] = 100 * 500382 xmldict['amt2'] = 100 * 500381 xmldict['amt1'] = 100 * 1000 382 xmldict['amt2'] = 100 * 1000 383 383 xmltext = """<payment_item_detail> 384 384 <item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s"> … … 392 392 # amount_auth is being ignored. However, the sum of all split payments 393 393 # must coincide with the amount_auth configured in students/utils.py 394 xmldict['amt1'] = 100 * 500395 xmldict['amt2'] = 100 * 500394 xmldict['amt1'] = 100 * 1000 395 xmldict['amt2'] = 100 * 1000 396 396 xmltext = """<payment_item_detail> 397 397 <item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s"> … … 405 405 # amount_auth is being ignored. However, the sum of all split payments 406 406 # must coincide with the amount_auth configured in students/utils.py 407 xmldict['amt1'] = 100 * 500408 xmldict['amt2'] = 100 * 500407 xmldict['amt1'] = 100 * 1000 408 xmldict['amt2'] = 100 * 1000 409 409 xmltext = """<payment_item_detail> 410 410 <item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s"> … … 419 419 # must coincide with the amount_auth configured in students/utils.py 420 420 xmldict['amt1'] = 100 * 3000 421 xmldict['amt2'] = 100 * 500422 xmldict['amt3'] = 100 * 500421 xmldict['amt2'] = 100 * 1000 422 xmldict['amt3'] = 100 * 1000 423 423 xmltext = """<payment_item_detail> 424 424 <item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s"> … … 433 433 # amount_auth is being ignored. However, the sum of all split payments 434 434 # must coincide with the amount_auth configured in students/utils.py 435 xmldict['amt1'] = 100 * 500436 xmldict['amt2'] = 100 * 500435 xmldict['amt1'] = 100 * 1000 436 xmldict['amt2'] = 100 * 1000 437 437 xmltext = """<payment_item_detail> 438 438 <item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s"> … … 446 446 # amount_auth is being ignored. However, the sum of all split payments 447 447 # must coincide with the amount_auth configured in students/utils.py 448 xmldict['amt1'] = 100 * 500449 xmldict['amt2'] = 100 * 500448 xmldict['amt1'] = 100 * 1000 449 xmldict['amt2'] = 100 * 1000 450 450 xmltext = """<payment_item_detail> 451 451 <item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s"> … … 459 459 # amount_auth is being ignored. However, the sum of all split payments 460 460 # must coincide with the amount_auth configured in students/utils.py 461 xmldict['amt1'] = 100 * 500462 xmldict['amt2'] = 100 * 500461 xmldict['amt1'] = 100 * 1000 462 xmldict['amt2'] = 100 * 1000 463 463 xmltext = """<payment_item_detail> 464 464 <item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s"> … … 506 506 # amount_auth is being ignored. However, the sum of all split payments 507 507 # must coincide with the amount_auth configured in students/utils.py 508 xmldict['amt1'] = 100 * 500508 xmldict['amt1'] = 100 * 1000 509 509 xmldict['amt2'] = 100 * 500 510 xmldict['amt3'] = 100 * 500510 xmldict['amt3'] = 100 * 1000 511 511 xmltext = """<payment_item_detail> 512 512 <item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s"> … … 521 521 # amount_auth is being ignored. However, the sum of all split payments 522 522 # must coincide with the amount_auth configured in students/utils.py 523 xmldict['amt1'] = 100 * 500524 xmldict['amt2'] = 100 * 500523 xmldict['amt1'] = 100 * 1000 524 xmldict['amt2'] = 100 * 1000 525 525 xmltext = """<payment_item_detail> 526 526 <item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s"> … … 534 534 # amount_auth is being ignored. However, the sum of all split payments 535 535 # must coincide with the amount_auth configured in students/utils.py 536 xmldict['amt1'] = 100 * 500537 xmldict['amt2'] = 100 * 500536 xmldict['amt1'] = 100 * 1000 537 xmldict['amt2'] = 100 * 1000 538 538 xmltext = """<payment_item_detail> 539 539 <item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s"> … … 547 547 # amount_auth is being ignored. However, the sum of all split payments 548 548 # must coincide with the amount_auth configured in students/utils.py 549 xmldict['amt1'] = 100 * 500550 xmldict['amt2'] = 100 * 500549 xmldict['amt1'] = 100 * 1000 550 xmldict['amt2'] = 100 * 1000 551 551 xmltext = """<payment_item_detail> 552 552 <item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s"> … … 560 560 # amount_auth is being ignored. However, the sum of all split payments 561 561 # must coincide with the amount_auth configured in students/utils.py 562 xmldict['amt1'] = 100 * 500563 xmldict['amt2'] = 100 * 500562 xmldict['amt1'] = 100 * 1000 563 xmldict['amt2'] = 100 * 1000 564 564 xmldict['amt3'] = 100 * 3000 565 565 xmldict['amt4'] = 100 * 500 … … 581 581 # amount_auth is being ignored. However, the sum of all split payments 582 582 # must coincide with the amount_auth configured in students/utils.py 583 xmldict['amt1'] = 100 * 500584 xmldict['amt2'] = 100 * 500583 xmldict['amt1'] = 100 * 1000 584 xmldict['amt2'] = 100 * 1000 585 585 xmldict['amt3'] = 100 * 3000 586 586 xmltext = """<payment_item_detail> … … 596 596 # amount_auth is being ignored. However, the sum of all split payments 597 597 # must coincide with the amount_auth configured in students/utils.py 598 xmldict['amt1'] = 100 * 500599 xmldict['amt2'] = 100 * 500598 xmldict['amt1'] = 100 * 1000 599 xmldict['amt2'] = 100 * 1000 600 600 xmltext = """<payment_item_detail> 601 601 <item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s"> … … 609 609 # amount_auth is being ignored. However, the sum of all split payments 610 610 # must coincide with the amount_auth configured in students/utils.py 611 xmldict['amt1'] = 100 * 500612 xmldict['amt2'] = 100 * 500611 xmldict['amt1'] = 100 * 1000 612 xmldict['amt2'] = 100 * 1000 613 613 xmltext = """<payment_item_detail> 614 614 <item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s"> … … 622 622 # amount_auth is being ignored. However, the sum of all split payments 623 623 # must coincide with the amount_auth configured in students/utils.py 624 xmldict['amt1'] = 100 * 500625 xmldict['amt2'] = 100 * 500624 xmldict['amt1'] = 100 * 1000 625 xmldict['amt2'] = 100 * 1000 626 626 xmltext = """<payment_item_detail> 627 627 <item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s">
Note: See TracChangeset for help on using the changeset viewer.