https://github.com/workarea-commerce/workarea-global-e
Global-e Integration for the Workarea Platform
https://github.com/workarea-commerce/workarea-global-e
Last synced: 2 months ago
JSON representation
Global-e Integration for the Workarea Platform
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-global-e
- Owner: workarea-commerce
- Created: 2019-12-10T19:24:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T19:06:17.000Z (over 5 years ago)
- Last Synced: 2025-03-10T17:35:14.408Z (over 1 year ago)
- Language: Ruby
- Homepage: https://plugins.workarea.com/plugins/global-e
- Size: 267 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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.