thephpleague / omnipay-sagepay

Sage Pay driver for the Omnipay PHP payment processing library
MIT License
54 stars 79 forks source link

Request: new 3.x branch #199

Open Ferrisbane opened 5 months ago

Ferrisbane commented 5 months ago

Hi,

Would you mind creating a new branch named 3.x? From the commit https://github.com/thephpleague/omnipay-sagepay/commit/af116fddde38113fa82aff53c67a7d5ca739cf7b

I've copied the new Opayo URLs from the branch jamieburchell-opayo-urls onto the last 3.x commit here: https://github.com/Ferrisbane/omnipay-sagepay/tree/3.x

I'd like to create a merge request onto that new branch, so anyone that still needs to use protocol 3 of Opayo (for whatever reason) can with the new URLs that will be forced on the 31st of March.

judgej commented 5 months ago

I can create a local 3.x branch, but cannot push it to the main repo for some reason. I'm getting this error and have no idea why:

Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 To https://github.com/oilstone/omnipay-sagepay.git ! [remote rejected] 3.x -> 3.x (permission denied) error: failed to push some refs to 'https://github.com/oilstone/omnipay-sagepay.git'

I don't know how the oilstone repo fits into this. This on a clean clone from the phpleague repo. There may be some weird cacheing going on at may end.

judgej commented 5 months ago

Yeah, I blame github for desktop caching some old PR branch. CLI worked as expected.

I need to head off and not back until tomorrow evening. Yout should be able to do a PR on the 3.x branch and I'll merge it then.