Skip to content

Instantly share code, notes, and snippets.

@jalvarezsamayoa
Created October 5, 2012 15:21
Show Gist options
  • Save jalvarezsamayoa/3840463 to your computer and use it in GitHub Desktop.
Save jalvarezsamayoa/3840463 to your computer and use it in GitHub Desktop.
# Telmex
# Mexico
mx:
telmex:
name: Telmex
parent: !!null
providers:
### DEFAULT AND DUMMY PROVIDERS
default: &default
transaction_type: Spool::Transaction::RedEfectiva
### PROVIDERS FOR EACH ENVIRONMENT
# In development, use dummies
development: &development
all_actions:
<<: *default
sandbox_offline: *development
production: *development
sandbox: *development
test: *development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment