Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Mar 20, 2017
1 parent bf0dc76 commit 932db95
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions W/Handler.php

This file was deleted.

2 changes: 1 addition & 1 deletion W/Handler/Charge/Captured.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// 2017-01-04
namespace Dfe\Stripe\W\Handler\Charge;
use Df\StripeClone\W\Strategy\Charge\Captured as Strategy;
final class Captured extends \Dfe\Stripe\W\Handler {
final class Captured extends \Df\StripeClone\W\Handler {
/**
* 2017-03-13
* @override
Expand Down
2 changes: 1 addition & 1 deletion W/Handler/Charge/Refunded.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// 2017-01-04
namespace Dfe\Stripe\W\Handler\Charge;
use Df\StripeClone\W\Strategy\Charge\Refunded as Strategy;
final class Refunded extends \Dfe\Stripe\W\Handler implements \Df\StripeClone\W\IRefund {
final class Refunded extends \Df\StripeClone\W\Handler implements \Df\StripeClone\W\IRefund {
/**
* 2017-01-17
* В валюте заказа (платежа), в формате платёжной системы (копейках).
Expand Down

0 comments on commit 932db95

Please sign in to comment.