Skip to content

Conversation

@wellingguzman
Copy link
Contributor

Also fixed wrong method used to check if email was set.

@delatbabel delatbabel merged commit 0ea7a64 into thephpleague:master Apr 26, 2016
@delatbabel
Copy link
Contributor

Merged. Please confirm whether this works in production then I will tag.

@wellingguzman wellingguzman deleted the dev branch April 26, 2016 17:58
@wellingguzman
Copy link
Contributor Author

@delatbabel we are using it in production right now, no complain. :)

Thanks!

@wellingguzman wellingguzman restored the dev branch April 27, 2016 04:19
@cfreear
Copy link
Contributor

cfreear commented May 5, 2016

Bit late to this but could you (@wellingguzman) explain the difference between this new FetchChargeRequest and the old FetchTransactionRequest?

@wellingguzman
Copy link
Contributor Author

@cfreear whoa this is awkward, there's none, there are the same thing, I was looking for a charge requests so I made a PR. this should be remove out of the repo and I should be using FetchTransactionRequest instead.

Sorry for the confusion.

cc. @delatbabel

@cfreear
Copy link
Contributor

cfreear commented May 5, 2016

@wellingguzman Haha, no worries, from looking at the code I thought it was the same but it's been a while since I've used the Stripe API so wasn't sure!

@delatbabel
Copy link
Contributor

OK should I revert this? Will it break things for you @wellingguzman ?

@cfreear
Copy link
Contributor

cfreear commented May 16, 2016

@delatbabel it might be best to leave this in and remove it for v3. I know it's only been in for less than a month but removing it is still a potential bc for users of v2.3.3

@delatbabel
Copy link
Contributor

Noted, will do. Someone might drop in a PR with a @deprecated notice or something similar.

cfreear added a commit to cfreear/omnipay-stripe that referenced this pull request May 17, 2016
@wellingguzman
Copy link
Contributor Author

I missed all these messages, @delatbabel unfortunately it will break things for me, I will have to switch methods.

I will update my code. I will let you all know. (if necessary)

delatbabel added a commit that referenced this pull request Jun 1, 2016
Deprecate fetchCharge as per #48
@cfreear
Copy link
Contributor

cfreear commented Jun 1, 2016

@wellingguzman fetchCharge has been deprecated via #50 and is only due for removal in v3 so as long as you don't update to v3 your code will be fine.

@wellingguzman
Copy link
Contributor Author

@cfreear thank you so much, and sorry for confusion.

rushi added a commit to rushi/stripe that referenced this pull request Aug 8, 2016
…XOL-3031

* 'master' of github.com:thephpleague/omnipay-stripe: (86 commits)
  Make sure Curl uses TLS >= v1.2. Fixes thephpleague#53.
  Deprecate fetchCharge as per thephpleague#48
  * move requestId into response class
  + AbstractRequest::getRequestId()
  * test commit
  * test commit
  remove unwanted file
  fix wrong method to check if email is set
  add FetchChargeRequest
  Adds support for `receipt_email` option to AuthorizeRequest
  Supports adding user without card/source and add/update customer email
  Link cleanup.
  Adding FetchCustomerRequest, FetchCustomerRequestTest, Gateway method fetchCustomer.
  Implement getCode method in Response class
  Clarify docblocks
  fix typo + removed duplicated file in wrong path
  fix typos and improve code coverage
  fix another typo
  fix typo
  add missing gateway tests
  ...

# Conflicts:
#	src/Omnipay/Stripe/Gateway.php
#	src/Omnipay/Stripe/Message/AbstractRequest.php
#	src/Omnipay/Stripe/Message/CreateCardRequest.php
#	src/Omnipay/Stripe/Message/PurchaseRequest.php
#	src/Omnipay/Stripe/Message/UpdateCardRequest.php
#	tests/Message/UpdateCardRequestTest.php
fotomerchant pushed a commit to fotomerchant/omnipay-stripe that referenced this pull request Nov 4, 2016
…stripe-connect-support

* commit '3d21b68403fb4214cbee07d0c4be55a1bb0b1805':
  Make sure Curl uses TLS >= v1.2. Fixes thephpleague#53.
  Deprecate fetchCharge as per thephpleague#48
  * move requestId into response class
  + AbstractRequest::getRequestId()
  * test commit
  * test commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants