SwipeStripe Open Sourced

88 views
Skip to first unread message

Frank Mullenger

unread,
Sep 3, 2013, 5:15:09 AM9/3/13
to silverstrip...@googlegroups.com
Hi Everyone,

Just wanted to let you all know that there has been a license change for the latest version of SwipeStripe to the BSD 3 clause license:

I am in the process of moving the extension modules to the same license so the entire project will be open sourced going forward.

SwipeStripe is now SS 3.1 compatible, any feedback/testing/suggestions would be welcomed! If you would like to try it out here is a quick install guide:
  • composer create-project --no-dev silverstripe/installer ./some-directory 3.1.x-dev
  • composer require swipestripe/swipestripe:2.1.*@dev
  • php framework/cli-script.php dev/build flush=1

To install the cheque payment module and complete basic orders:
  • composer require frankmullenger/payment-cheque:dev-master
  • Update mysite/_config/config.yml by adding:

---
Name: payment
After: 'framework/*','cms/*'
---
PaymentGateway:
  environment:
    'dev'

PaymentProcessor:
  supported_methods:
    dev:
      - 'Cheque'
    live:
      - 'Cheque'
  • php framework/cli-script.php dev/build flush=1
Again, any feedback would be much appreciated, thanks!

Frank

Nicolaas Thiemen Francken - Sunny Side Up

unread,
Sep 3, 2013, 6:14:00 AM9/3/13
to Silverstripe Ecommerce
Hi Frank

Just installed it.... Worked a treat. Congrats on all the hard work that no doubt went into this.



Nicolaas


--
You received this message because you are subscribed to the Google Groups "Silverstripe Ecommerce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to silverstripe-ecom...@googlegroups.com.
To post to this group, send email to silverstrip...@googlegroups.com.
Visit this group at http://groups.google.com/group/silverstripe-ecommerce.
For more options, visit https://groups.google.com/groups/opt_out.



--
Nicolaas Thiemen Francken  
Sunny Side Up Ltd  {
  Skype: atyourservicehour
  Phone: +64 4 889 2773 
  Emergencies: 0221697577
  n...@sunnysideup.co.nz
  http://www.sunnysideup.co.nz
}







Josua

unread,
Sep 3, 2013, 12:02:14 PM9/3/13
to silverstrip...@googlegroups.com
Great news Frank.

Regards,
Jose A.

Josua

unread,
Sep 3, 2013, 1:09:34 PM9/3/13
to silverstrip...@googlegroups.com
Hi Frank,

When extensions will be available in mode opensource?

Regards,
Jose A.

Josua

unread,
Sep 3, 2013, 1:24:57 PM9/3/13
to silverstrip...@googlegroups.com
Hi Frank,

It seems that long ago that the extensions have not been updated.
For example, for 8 months has not updated the downloadable module.
The file _config.php still defines extensions the old way:
Object::add_extension('Product', 'Downloadable_Product');
......

Are the modules will be updated regularly?

Regards,
Jose A.

Frank Mullenger

unread,
Sep 4, 2013, 4:35:39 PM9/4/13
to silverstrip...@googlegroups.com
Hi Jose,

Just going through and updating the modules now so that everything is open source and compatible with SilverStripe 3.1. Modules will likely be maintained as and when they are used/needed, I will try to resolve pull requests and community contributions quickly. 

Thanks,
Frank


--
Reply all
Reply to author
Forward
0 new messages