Pierrick PAUL

Results 15 issues of Pierrick PAUL

Request money from contact and accept/reject request from someone

Features

`GET /api/transactions/so?limit=100`

Features

`GET https://api.tech26.de/api/tans/[MISTERY_ID]` ``` JSON HTTP/1.1 200 OK { "encryptedTan": "PXOFSt8XRQ+NlB3x7bgF+f90TNhmROOO1ZGL2PUxF2679GxqSZOivdya1L5KoTfwQ9zkwaympFU76X4q7w6DsGuJM6CU/Sl5nJddxvoAUemb/zMRyloAVXGuHR7KGJOoAALgnm5RJ3XDlEqiKzo5TeChuT0FX1/e992qxwiNIWMzApvYF0Bn8kd2KWvu7Atmk5060gYQfBBzemz3dmAu6fa2TKcPjZYB10ZcDxz7cQ5gAn740KRIcpepBoljkXXWChciSEnkrcZZbHElckEm4Erj0Dtm3+dNGUgULF3XtPUvuaBrZFJw/kD7B9ZbDO5vjYPdEsmSSKEcuZDC1EVMhg\u003d\u003d", "id": "[MISTERY_ID]" } ``` --- `POST https://api.tech26.de/api/transactions/certify` Body ``` JSON { "action": "CERTIFY", "tanID": "[MISTERY_ID]", "transactionID": "[ID]", "decryptedTan": "[STRING]" }...

Features

`GET /api/ps/pairing/request` Will received an sms --- `POST /api/ps/pairing/initiate` Request ``` JSON { "publicKey": "392_CHAR", "pkp": "26_CHAR", "PiPin": "CODE_IN_SMS" } ```

Features

I don't know if it is a bug or not For this test case ```JS test('should consider default cost with operationName', done => { const ast = parse( ` query...

https://appaws.gobee.bike return 503, they probably shutdown services. I don't think they still runing somewhere

provider:gobee.bike

Can be used on placeholder or error message. ![image](https://user-images.githubusercontent.com/1214544/160621327-4d219154-f366-4976-85e3-bbb0674181bc.png) ![image](https://user-images.githubusercontent.com/1214544/160621416-7f12ad0e-bcbf-43d6-ad8e-53a9e85b2b92.png) Usage: ```JavaScript import { getVATExample, austria } from 'jsvat'; getVATExample(austria) // ATU12345678 ``` Based on Stripe examples https://stripe.com/docs/billing/customer/tax-ids These numbers...

+ No "NO" prefix + Mandatory MVA suffix Based on Wikipedia https://en.wikipedia.org/wiki/VAT_identification_number / https://www.brreg.no/en/about-us-2/our-tasks/all-our-registers/about-the-central-coordinating-register-for-legal-entities-ccr/about-the-organisation-number/ and to match Stripe requirements https://stripe.com/docs/billing/customer/tax-ids

I would like to pass a _buffer_ or _url_ to `upload()` `aws.putObject` accept buffer / string / stream http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#putObject-property Maybe you can change https://github.com/Turistforeningen/node-s3-uploader/blob/master/index.js#L95 to accepte original things passed to...

major feature
suggestion

Use `apollo-server-core` instead of `apollo-server-core` Allow to use this package with any apollo server based on `apollo-server-core`, like koa and probably all officials