paperos-labs / mercury-bank.js

A simple demo of the Mercury API for submitting an Application & Verifying Webhooks
Mozilla Public License 2.0
0 stars 0 forks source link

Ask Mercury about `{ "Application Type": "\"DefaultApplication\"" }` #5

Closed coolaj86 closed 5 months ago

coolaj86 commented 7 months ago

Re: #2

I have a feeling that this is wrong in the mercury documentation:

{
    "applicationType": {
        "Application Type": "\"DefaultApplication\""
    }
}

It should probably be

{
    "applicationType": "DefaultApplication"
}
coolaj86 commented 5 months ago

This has been fixed. 🥳

Screenshot 2024-05-29 at 6 15 21 PM