pay-now / paynow-php-sdk

PHP Library for Paynow API
https://docs.paynow.pl
MIT License
15 stars 10 forks source link

Missing option to override notification url #23

Closed amodliszewski closed 4 years ago

amodliszewski commented 4 years ago

API should allow to override notification url set in panel, same as it allows to override return_url

It would simplify clients workflow in end applications - there would be no need to instruct user to put in proper notification url in panel.

emilleszczak2 commented 4 years ago

@amodliszewski That option is available in SDK. Please look at the ShopConfiguration service.

amodliszewski commented 4 years ago

@emilleszczak2 Please add some docs in OpenAPI specs and/or here, this option is not documented anywhere