thephpleague / omnipay

A framework agnostic, multi-gateway payment processing library for PHP 5.6+
http://omnipay.thephpleague.com/
MIT License
5.94k stars 927 forks source link

Formalise extended list of URLs #280

Open judgej opened 9 years ago

judgej commented 9 years ago

At the moment a cancelUrl and returnUrl is defined when creating a request message. The returnUrl is used by some gateways as a notification URL, but other gateways define a different parameter for this. Extending the list of URLs that OmniPay will accept, and being stricter on their use, would help with consistency.

Here are those I know of:

Any other URLs that need to be passed to gateway drivers?

aimeos commented 9 years ago

+1

greydnls commented 9 years ago

+1

yellow1912 commented 9 years ago

+1

makasim commented 8 years ago

+1

barryvdh commented 8 years ago

So this would be a matter of just adding it to the docs and possibly renaming some gateways when upgrading, right? No actual code changes needed?

judgej commented 8 years ago

Yes, I think so. It's a case of saying, "If your gateway supports a URL of type X, then this is what you call it".

I'm lost on where the official documentation is though. It seems to be scattered around with no one place for the complete documentation.