Sha256: 468c08ef02fab2414ff9e52c670632b1e3fdac885caf426c3483bb797738d227
Contents?: true
Size: 744 Bytes
Versions: 1
Compression:
Stored size: 744 Bytes
Contents
# Spree Veritrans Veritrans Payment Gateway for Spree Commerce, ( this is only to use VT-Direct methods with 3D Secure transactions / normal transactions ) ## How to use ### Add gem spree_veritrans ```ruby gem 'spree_veritrans' ``` bundle install ### Configure Keys on Admin Section Goto admin section page, create new Payment method and select Spree::Gateway::VeritransGateway as the provider click Save and add client_key, server_key and url_api, you also can use the 3D secure by enable it on admin section. #### Get help * [Veritrans sandbox login](https://my.sandbox.veritrans.co.id/login) * [Veritrans sandbox registration](https://my.sandbox.veritrans.co.id/register) * [Veritrans documentation](http://docs.veritrans.co.id)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_veritrans-1.0.0 | README.md |