Skip to content

Commit

Permalink
bump to 3.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dilab committed Apr 11, 2018
1 parent dd9863f commit ab79b80
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 543 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
"psr-4": { "Omnipay\\OnePay\\" : "src/" }
},
"require": {
"omnipay/common": "~2.0"
"omnipay/common": "3.0-beta.1",
"php-http/guzzle6-adapter": "^1.1"
},
"require-dev": {
"omnipay/tests": "~2.0"
"omnipay/tests": "3.0-beta.1"
}
}
96 changes: 0 additions & 96 deletions src/Message/FetchQuocTeResponse.php

This file was deleted.

85 changes: 0 additions & 85 deletions src/Message/FetchResponse.php

This file was deleted.

44 changes: 0 additions & 44 deletions src/Message/NoiDiaFetchRequest.php

This file was deleted.

46 changes: 0 additions & 46 deletions src/Message/QuocTeFetchRequest.php

This file was deleted.

8 changes: 0 additions & 8 deletions src/NoiDiaGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,6 @@ public function completePurchase(array $parameters = [])
return $this->createRequest('\Omnipay\OnePay\Message\NoiDiaCompletePurchaseRequest', $parameters);
}


public function fetchCheckout(array $parameters = [])
{
return $this->createRequest('\Omnipay\OnePay\Message\NoiDiaFetchRequest', $parameters);
}


/**
* TODO should move to AbstractGateway
*
Expand All @@ -137,7 +130,6 @@ public function createResponse($class, array $parameters, $type)
return new $class(call_user_func_array([$this, $type], [$parameters]), $parameters);
}


public function getResponse(array $parameters = [], $type = 'purchase')
{
return $this->createResponse('\Omnipay\OnePay\Message\Response', $parameters, $type);
Expand Down
5 changes: 0 additions & 5 deletions src/QuocTeGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ public function completePurchase(array $parameters = [])
return $this->createRequest('\Omnipay\OnePay\Message\QuocTeCompletePurchaseRequest', $parameters);
}

public function fetchCheckout(array $parameters = [])
{
return $this->createRequest('\Omnipay\OnePay\Message\QuocTeFetchRequest', $parameters);
}

public function getResponse(array $parameters = [], $type = 'purchase')
{
return $this->createResponse('\Omnipay\OnePay\Message\QuocTePurchaseResponse', $parameters, $type);
Expand Down
53 changes: 0 additions & 53 deletions tests/Message/NoiDiaFetchRequestTest.php

This file was deleted.

Loading

0 comments on commit ab79b80

Please sign in to comment.