Giter Site home page Giter Site logo

laravel-mollie-webhooks's Introduction

Laravel Lokalise webhooks

Quality assurance Code style Test Coverage Maintainability Software License

This package serves as a starting point to create a new Laravel package. Everything's in place to get you started quickly:

  • Documentation outline
  • Basic workflows
  • Basic config files
  • Laravel-specific code starters
  • ...

Perform a "search and replace" action for the following placeholders and update them with an according value:

  • laravel-mollie-webhooks: Please make sure to use lowercase and dashes as a separator (e.g. my-package)
  • MollieWebhooks: Not that the default namespace is already set to be Craftzing\Laravel (e.g. MyPackage)
  • Handle Mollie webhooks in a Laravel app
  • Rรฉmi Pelhate
  • [email protected]

Replace the banner at the top of this file with one for this package.

Then, replace this section with a short description about what the package does. You can add a short code-snippet if you want. From then on, you can start implementing some code, write the docs, ...

๐Ÿ”ฅ Features

  • Short feature title. Short feature description. Make it sound zazzy!

๐Ÿ“š Docs

๐Ÿ“ Changelog

Check out our Change log.

๐Ÿค How to contribute

Have an idea for a feature? Wanna improve the docs? Found a bug? Check out our Contributing guide.

๐Ÿ’™ Thanks to...

๐Ÿ”‘ License

The MIT License (MIT). Please see License File for more information.

laravel-mollie-webhooks's People

Contributors

ppelgrims avatar remipelhate avatar thomasverleye avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

jensdev

laravel-mollie-webhooks's Issues

WebhookCallPaymentHistory sometimes updates the webhook payload when it shouldn't

How to replicate the bug

  1. Create a Mollie payment.
  2. Follow the checkout URL and fake the status to paid. This will make Mollie call the webhook, which should add the payment status to the ongoing webhook call payload in the database.
  3. Create a refund for the payment. Refunds in test-mode typically need about 20min to reach the refunded status, which is the point at which Mollie calls the webhook again.
  4. Mollie calls the webhook, which should add the refund ID and status to the ongoing webhook call payload in the database.
  5. Hit the webhook route manually while nothing has changed on the payment. Notice that the webhook calls once again receives the payment status in the payload in the database. => This shouldn't happen, as the status didn't actually change.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.