This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| UPDATE eav_entity_store | |
| SET increment_last_id = '100180000' | |
| WHERE | |
| entity_store_id = 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Cartão | |
| Authorization | |
| <= $ 1.050,00 -> Authorized | |
| >= $ 1.050,01 && < $ 1.051,71 -> Timeout | |
| >= $ 1.500,00 -> Not Authorized | |
| Capture | |
| <= $ 1.050,00 -> Captured | |
| >= $ 1.050,01 -> Not Captured | |
| Cancellation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| IP = "10.0.33.34" | |
| Vagrant.configure("2") do |config| | |
| config.ssh.shell = "bash -c 'BASH_ENV=/etc/profile exec bash'" | |
| config.vm.box = "precise64" | |
| config.vm.box_url = "http://files.vagrantup.com/precise64.box" | |
| config.vm.provision :shell, :path => "bootstrap.sh" | |
| config.vm.network :private_network, :ip => IP |
NewerOlder