Skip to content

Commit

Permalink
added IBAN for CZ contingent in CEJ24
Browse files Browse the repository at this point in the history
  • Loading branch information
Lung committed Mar 7, 2024
1 parent 2abcb39 commit f045d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/EventType/Cej/EventTypeCej.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function transformPayment(Payment $payment, Participant $participant): Pa
{
if ($participant->contingent === self::CONTINGENT_CZECHIA) {
$payment->accountNumber = '2302084720/2010';
$payment->iban = 'CZ**2010000000**********';
$payment->iban = 'CZ3120100000002302084720';
$payment->swift = 'FIOBCZPPXXX';
$payment->price = (string)$this->getPriceForCzechia($participant);
$payment->currency = '';
Expand Down

0 comments on commit f045d12

Please sign in to comment.