Sha256: d6304f800b6401d9fd36b5ff18f7e459d4215639905984be00f8b2e1bf99ab16

Contents?: true

Size: 1.22 KB

Versions: 2

Compression:

Stored size: 1.22 KB

Contents

# Workarea GlobalE

GlobalE in an international checkout provider.

## Configuration
```yaml
Workarea.configure do |config|
  config.global_e.javascript_source = YOUR GLOBALE JAVASCRIPT URL
  config.global_e.css_source = YOUR GLOBALE CSS URL
  config.global_e.merchant_guid = YOUR GLOBALE MERCHANT ID
end
```

## Views
GlobalE requires data tags on multiple views on Storefront.  The plugin
overrides the following views:
* `storefront/cart_items/create.html.haml`
* `storefront/cart/_pricing.html.haml`
* `storefront/cart/show.html.haml`
* `storefront/products/pricing.html.haml`
* `storefront/uses/orders/_summary.html.haml`


## Fraud
GlobalE handles the liability of fraud for their orders; after an order is placed via GlobalE
it will be Pending GlobalE Faud until GlobalE clears the payment.  `Order#place` callbacks aren't fired
until after the order is cleared for fraud.  GlobalE will cancel the order if it it's fraudulent.

Refer to the views in the plugin for required data tags.

## Workarea Platform Documentation

See [http://developer.weblinc.com](http://developer.weblinc.com) for Workarea platform documentation.

## Copyright & Licensing

Copyright WebLinc 2019. All rights reserved.

For licensing, contact sales@workarea.com.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-global_e-1.3.0 README.md
workarea-global_e-1.2.1 README.md