Skip to content

Commit

Permalink
Removed Skrill gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlegawiec committed Jul 24, 2017
1 parent 2b1bfa6 commit 1d28d69
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 370 deletions.
48 changes: 0 additions & 48 deletions app/models/spree/billing_integration/skrill/quick_checkout.rb

This file was deleted.

19 changes: 0 additions & 19 deletions app/models/spree/skrill_transaction.rb

This file was deleted.

7 changes: 0 additions & 7 deletions config/locales/bg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,3 @@
bg:
spree:
payment_has_been_cancelled: Плащането беше прекъснато.
complete_skrill_checkout: Моля довършете Вашето плащане със Skrill преди да продължите
skrill: Skrill
skrill_transaction: Транзакция
skrill_customer_id: Клиентски номер
skrill_transaction_id: Номер на транкцията
skrill_payment_type: Вид на плащане
skrill_payment_currency: Валута
7 changes: 0 additions & 7 deletions config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,3 @@
de:
spree:
payment_has_been_cancelled: Die Zahlung wurde abgebrochen.
complete_skrill_checkout: Bitte schliessen Sie die Skrill-Zahlung ab
skrill: Skrill
skrill_transaction: Transaktion
skrill_customer_id: Kunden ID
skrill_transaction_id: Transaktions ID
skrill_payment_type: Bezahlart
skrill_payment_currency: Währung
7 changes: 0 additions & 7 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
en:
spree:
payment_has_been_cancelled: The payment has been cancelled.
complete_skrill_checkout: Please complete Skrill checkout before continuing
skrill: Skrill
skrill_transaction: Transaction
skrill_customer_id: Customer ID
skrill_transaction_id: Transaction ID
skrill_payment_type: Payment Type
skrill_payment_currency: Payment Currency
log_entry:
braintree:
message: Message
Expand Down
7 changes: 0 additions & 7 deletions config/locales/sv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,3 @@
sv:
spree:
payment_has_been_cancelled: Betalningen har avbrutits.
complete_skrill_checkout: Var god fyll i Skrill kassan innan du fortsätter
skrill: Skrill
skrill_transaction: Transaktion
skrill_customer_id: Kund ID
skrill_transaction_id: Transaktion ID
skrill_payment_type: Betalningstyp
skrill_payment_currency: Betalningsvaluta
13 changes: 0 additions & 13 deletions config/routes.rb

This file was deleted.

13 changes: 0 additions & 13 deletions db/migrate/20111118164631_create_skrill_transactions.rb

This file was deleted.

18 changes: 0 additions & 18 deletions lib/active_merchant/billing/skrill.rb

This file was deleted.

51 changes: 0 additions & 51 deletions lib/controllers/frontend/spree/checkout_controller_decorator.rb

This file was deleted.

39 changes: 0 additions & 39 deletions lib/controllers/frontend/spree/skrill_status_controller.rb

This file was deleted.

1 change: 0 additions & 1 deletion lib/spree_gateway/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class Engine < Rails::Engine
config.autoload_paths += %W(#{config.root}/lib)

initializer "spree.gateway.payment_methods", :after => "spree.register.payment_methods" do |app|
app.config.spree.payment_methods << Spree::BillingIntegration::Skrill::QuickCheckout
app.config.spree.payment_methods << Spree::Gateway::AuthorizeNet
app.config.spree.payment_methods << Spree::Gateway::AuthorizeNetCim
app.config.spree.payment_methods << Spree::Gateway::BalancedGateway
Expand Down

This file was deleted.

26 changes: 0 additions & 26 deletions lib/views/frontend/spree/checkout/payment/_quickcheckout.html.erb

This file was deleted.

13 changes: 0 additions & 13 deletions spec/controllers/spree/checkout_controller_spec.rb

This file was deleted.

8 changes: 0 additions & 8 deletions spec/controllers/spree/skrill_status_controller_spec.rb

This file was deleted.

5 changes: 0 additions & 5 deletions spec/factories/payment_method_factory.rb

This file was deleted.

10 changes: 0 additions & 10 deletions spec/factories/skrill_transaction_factory.rb

This file was deleted.

18 changes: 0 additions & 18 deletions spec/lib/active_merchant/billing_skrill_spec.rb

This file was deleted.

Loading

0 comments on commit 1d28d69

Please sign in to comment.