sddophin

Results 26 issues of sddophin

v2.0 specs calls that transaction amount should be 9,223,372,036,854,775,807 or less. In reality the code caps it at 9,000,000,000,000,000,000 which is not correct per BigchainDB spec for amount.

tests

does not work in bootstrap modal dialogs

bug

When new form is built, how to disable automatically adding 'submit' button in a new form? We would like to start from a blank form without submit button. Passing defaultTemplate...

bug

Consider adding ability to connect together Entity Events like creating, updating and deleting with webhooks. Now, one needs to write code for every entity and setup webhook publisher. It would...

feature

Images are not inserted in the proper location Go to https://froala.com/wysiwyg-editor/ Put cursor in between two lines Froala Editor is a lightweight WYSIWYG HTML Editor written in Javascript that and...

see docs, option for domain is missing

Simple post payment with a mandate fails. ``` var paymentRequest = new GoCardless.Services.PaymentCreateRequest() { Amount = (int)amount.Value, Currency = cur, Description = description, Links = new GoCardless.Services.PaymentCreateRequest.PaymentLinks() { Mandate =...

We are looking for c# solution to implement pass callbacks like this below taken from here: https://developers.google.com/pay/passes/guides/overview/how-to/use-callbacks Can we use this library, if so, can you provide with an example?...

It would be great if image upload was supported, just link in this module: https://github.com/fxmontigny/quill-image-upload

Additional support is required to personalize passes See docs https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/PassPersonalization.html