appstore-notifications-go icon indicating copy to clipboard operation
appstore-notifications-go copied to clipboard

Fix bug handling test notification

Open miedda opened this issue 1 year ago • 4 comments

This commit adds checks to verify that the notification has non-empty strings in the SignedTransactionInfo and SignedRenewalInfo fields. This check allows the test notification, which does have values for these fields to be populated. Without these checks a panic occurs as the tokens for the fields cannot be parsed correctly.

miedda avatar Dec 03 '23 06:12 miedda