thephpleague / omnipay-payfast

PayFast driver for the Omnipay PHP payment processing library
MIT License
21 stars 16 forks source link

Fix wrong Notify URL #8

Open mvanvu opened 8 years ago

mvanvu commented 8 years ago

This PR fix the notify URL

barryvdh commented 8 years ago

Can you fallback to the return url if notify url is empty, to avoid breaking changes?.

eg. $data['notify_url'] = $this->getNotifyUrl() ?: $this->getReturnUrl();