Skip to content

Commit

Permalink
Add namespace for ProvidersSignature.
Browse files Browse the repository at this point in the history
Allow integer value for payment method type.
  • Loading branch information
firebed committed Jul 7, 2024
1 parent 9aa0981 commit 7328ab1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Xml/PaymentMethodsDocWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ class PaymentMethodsDocWriter extends XMLWriter
'' => self::INV,
'*' => self::INV
],
'ProvidersSignature' => [
'' => self::INV,
'*' => self::INV,
],
];

/** @noinspection PhpUnhandledExceptionInspection */
Expand Down

0 comments on commit 7328ab1

Please sign in to comment.