SomebodyInTheWorld

Results 2 issues of SomebodyInTheWorld

Here is the video of my problem. It's pretty simple. I realized that when I use `displayMode: .alert` everything works fine, but with any other displayMode it messes up navigation...

good first issue

I might be mistaking but I'm trying to do: ``` require 'vendor/autoload.php'; use OpenNode\Merchant\Charge; use OpenNode\OpenNode; use OpenNode\Exception; OpenNode::config(array( 'environment' => 'dev', // dev OR live 'auth_token' => 'mykey', 'curlopt_ssl_verifypeer'...