Viincenttt / MollieApi

This project allows you to easily add the Mollie payment provider to your application.
MIT License
150 stars 85 forks source link

PaymentLink Api Models not found in Nuget #245

Closed drlee91 closed 3 years ago

drlee91 commented 3 years ago

grafik

Hey there,

I'm trying to implement the Payment Link Request, but cant find a reference. PaymentLinkRequest paymentLinkRequest = new PaymentLinkRequest();

In the git-repository i can find the models:

@using Mollie.Api.Models.PaymentLink.Request
@using Mollie.Api.Models.PaymentLink.Response

But in my live-project with the nuget it cant find this models. I updated the NuGet to the last version (2.1.0.7), is it integrated yet?

Thanks for help!

joost-leisink commented 3 years ago

This feature has been added to the development branch. It's not yet merged with the master, so not released yet.

Is there an eta on when this will be released?

drlee91 commented 3 years ago

the release would be really great, i really need this feature soon

joost-leisink commented 3 years ago

@Viincenttt Is it possible to give an estimate on when this feature will be merged and released?

Viincenttt commented 3 years ago

The PaymentLink API only exists on the develop branch. It has not been released yet. I will try to release it soon, hopefully next weekend.

Viincenttt commented 3 years ago

This feature is now live in version 2.1.0.8 of the package. Sorry for taking a little bit longer then usual! :)

drlee91 commented 3 years ago

thank you so much for the release, good work!