Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "rvanwoezik"

Thanks for your reply. Is it better to switch from asp.net zero to abp.io in the future?

Kind regards, Rene van Woezik

Found it!

According to the log: Stripe.StripeException: Received event with API version 2019-11-05, but Stripe.net 39.23.0 expects API version 2020-08-27.

Updated Stripe API now it works!

Hi i have double checked the keys, have added them both to appsettings.json as appsettings.Production.json but still get same result.

Hi @Ismcagdag,

I have changed the endpoint to my Api's URL:

https://fitpeopleusa-server.azurewebsites.net/Stripe/WebHooks

Now i'm getting a HTTP status code 302

I'm using stripe in test mode.

My Angular Application is published to Azure Storage

This is my log on Azure:

ERROR 2021-06-01 09:05:07,956 [69 ] tPeople.Web.Controllers.StripeController - The signature for the webhook is not present in the Stripe-Signature header. Stripe.StripeException: The signature for the webhook is not present in the Stripe-Signature header. at Stripe.EventUtility.ValidateSignature(String json, String stripeSignatureHeader, String secret, Int64 tolerance, Int64 utcNow) at Stripe.EventUtility.ConstructEvent(String json, String stripeSignatureHeader, String secret, Int64 tolerance, Int64 utcNow, Boolean throwOnApiVersionMismatch) at Stripe.EventUtility.ConstructEvent(String json, String stripeSignatureHeader, String secret, Int64 tolerance, Boolean throwOnApiVersionMismatch) at FP.FitPeople.Web.Controllers.StripeControllerBase.WebHooks() in D:\Source\Repos\FP-FitPeopleUSA\src\FP.FitPeople.Web.Core\Controllers\StripeControllerBase.cs:line 38

Thnx!

Thnx!

So if i want to upload Video to Vimeo i should use the controllers, to list the vimeo video's i should use Appservices Thanks!

Found it! So stupid

<image-cropper
                        [imageChangedEvent]="imageChangedEvent"
                        [maintainAspectRatio]="true"
                        [aspectRatio]="4 / 4"
                        [resizeToWidth]="128"
                        format="png"
                        (imageCroppedFile)="imageCroppedFile($event)"
                    ></image-cropper>

(imageCroppedFile)="imageCroppedFile($event)" should be (imageCropped)="imageCroppedFile($event)"

I'm getting old, Alzheimer Light. Thanks!

I have the same issue

here is my calendar.component.less

`body .fc .fc-event { background-color: #ffb822 !important; }

.fc-title { color: #ffffff !important; }`

Showing 21 to 30 of 110 entries