Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several fixes for 4.0 compatibility. #175

Merged
merged 7 commits into from
Oct 10, 2017

Conversation

bummzack
Copy link
Collaborator

Remove deprecated methods.
Remove unneeded omnipay/tests dependency.
Updated routes with proper namespace.
Fixed deprecations in PaymentDevelopmentAdmin.
Added PaymentDevelopmentAdmin as a dev task via dev.yml
Fixed several upgrading issues.
Added silverstripe/versioned as dev-dependency.
Fixed unit-tests.

Remove unneeded omnipay/tests dependency.
Updated routes with proper namespace.
Fixed deprecations in PaymentDevelopmentAdmin.
Added PaymentDevelopmentAdmin as a dev task via `dev.yml`
Fixed several upgrading issues.
Added silverstripe/versioned as dev-dependency.
Fixed unit-tests.
Remove echo statement in PaymentService…
Use codecov to upload coverage.
Replaced deprecated `assertDOSContains` method.
@codecov-io
Copy link

codecov-io commented Oct 10, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@eb98839). Click here to learn what that means.
The diff coverage is 34.61%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #175   +/-   ##
========================================
  Coverage          ?   84.8%           
  Complexity        ?     523           
========================================
  Files             ?      22           
  Lines             ?    1481           
  Branches          ?       0           
========================================
  Hits              ?    1256           
  Misses            ?     225           
  Partials          ?       0
Impacted Files Coverage Δ Complexity Δ
src/Extensions/WorldPayResponseExtension.php 0% <ø> (ø) 6 <0> (?)
src/Service/VoidService.php 100% <ø> (ø) 12 <0> (?)
src/Service/PurchaseService.php 100% <ø> (ø) 18 <0> (?)
src/PaymentMath.php 100% <ø> (ø) 13 <0> (?)
src/Service/ServiceFactory.php 100% <ø> (ø) 10 <0> (?)
src/Service/ServiceResponse.php 100% <ø> (ø) 30 <0> (?)
src/Service/CreateCardService.php 100% <ø> (ø) 18 <0> (?)
src/GatewayFieldsFactory.php 99.02% <ø> (ø) 52 <0> (?)
src/Admin/PaymentDevelopmentAdmin.php 0% <0%> (ø) 17 <0> (?)
src/Tasks/MigratePaymentTask.php 0% <0%> (ø) 8 <0> (?)
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eb98839...a2fb2c1. Read the comment docs.

@bummzack bummzack merged commit 449d708 into silverstripe:master Oct 10, 2017
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.

2 participants