We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The CheckoutRequest has some open questions:
CheckoutRequest
shopLogoUrl
appLogoUrl
protocolSpecifics
paymentOption
amount
value
extraData
NimiqPaymentOptions
Also potentially the typing of the ParsedCheckoutRequest could be improved regarding versions 1 and 2.
ParsedCheckoutRequest
1
2
To be done after a consolidated branch for the MultiCurrencyCheckout is available.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
CheckoutRequest
has some open questions:shopLogoUrl
to i.e.appLogoUrl
protocolSpecifics
needed or can this be flattened into thepaymentOption
.amount
orvalue
for the to-be-paid amount in the smallest unit.extraData
from the base level of the request into theNimiqPaymentOptions
Also potentially the typing of the
ParsedCheckoutRequest
could be improved regarding versions1
and2
.To be done after a consolidated branch for the MultiCurrencyCheckout is available.
The text was updated successfully, but these errors were encountered: