Commit b6a9a0d8 authored by Christoph Marthy's avatar Christoph Marthy Committed by Mark Canterbury
Browse files

Correction for copyOfBill

parent d5874b79
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1805,8 +1805,8 @@ MsgBillingRecords ::= SEQUENCE
    mgsTransactionStatus        [8] UTF8String OPTIONAL,
        -- Status of the transaction (i.e. "declined", "succeeded" etc.)
        -- Details to be defined on a national bases
    cryptocurrency              [9] DigitalTokenIdentifier OPTIONAL
        -- Cryptocurrency of payment as per ISO 24165-2 [57],
    cryptocurrency              [9] DigitalTokenIdentifier OPTIONAL,
        -- Cryptocurrency of payment as per ISO 24165-2 [57]
    copyOfBill                  [10] SEQUENCE OF File OPTIONAL
}

@@ -2201,8 +2201,8 @@ MultimediaBillingRecords ::= SEQUENCE
    multimediaTransactionStatus         [8] UTF8String OPTIONAL,
        -- Status of the transaction (i.e. "declined", "succeeded", etc.)
        -- Details to be defined on a national bases
    cryptocurrency                      [9] DigitalTokenIdentifier OPTIONAL
        -- Cryptocurrency of payment as per ISO 24165-2 [57],
    cryptocurrency                      [9] DigitalTokenIdentifier OPTIONAL,
        -- Cryptocurrency of payment as per ISO 24165-2 [57]
    copyOfBill                          [10] SEQUENCE OF File OPTIONAL
}